From 4439ddc25094858789247680ce6eaa1990025425 Mon Sep 17 00:00:00 2001
From: prasad <prasad@vtiger.com>
Date: Tue, 13 Feb 2018 22:58:18 +0530
Subject: [PATCH] Fixes #812: Company logo image size dimension

---
 .../BritishLanguagePack_br_br/modules/Settings/Vtiger.php     | 4 ++--
 pkg/vtiger/translations/Deutsch/modules/Settings/Vtiger.php   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pkg/vtiger/translations/BritishLanguagePack_br_br/modules/Settings/Vtiger.php b/pkg/vtiger/translations/BritishLanguagePack_br_br/modules/Settings/Vtiger.php
index ddf3550c..f37d391b 100644
--- a/pkg/vtiger/translations/BritishLanguagePack_br_br/modules/Settings/Vtiger.php
+++ b/pkg/vtiger/translations/BritishLanguagePack_br_br/modules/Settings/Vtiger.php
@@ -228,7 +228,7 @@ $languageStrings = array(
     'twitter'                      => 'Twitter'                     ,
     'linkedin'                     => 'LinkedIn'                    ,
 	'LBL_IMAGE_CORRUPTED'          => 'Virus detected or Uploaded image corrupted', // TODO: Review
-	'LBL_LOGO_RECOMMENDED_MESSAGE' => 'Recommended size 170X60 pixels( .jpeg , .jpg , .png , .gif , .pjpeg , .x-png format ).', // TODO: Review
+	'LBL_LOGO_RECOMMENDED_MESSAGE' => 'Recommended size 150X40 pixels( .jpeg , .jpg , .png , .gif , .pjpeg , .x-png format ).', // TODO: Review
 	'LBL_COMPANY_INFORMATION'      => 'Company Information'         , // TODO: Review
 	'LBL_UPDATE'                   => 'Update'                      , // TODO: Review
 	'LBL_UPDATE_LOGO'              => 'Update Logo'                 , // TODO: Review
@@ -366,4 +366,4 @@ $jsLanguageStrings = array(
   'JS_LBL_TAX_REGION_EXIST' => 'Region Name already exists',
   'JS_LOGO_IMAGE_DIMENSIONS_WRONG' => 'Logo Image dimensions did not match the allowed dimension. Resize your image and try again.',
 
-);
\ No newline at end of file
+);
diff --git a/pkg/vtiger/translations/Deutsch/modules/Settings/Vtiger.php b/pkg/vtiger/translations/Deutsch/modules/Settings/Vtiger.php
index 928d219c..d109e5af 100644
--- a/pkg/vtiger/translations/Deutsch/modules/Settings/Vtiger.php
+++ b/pkg/vtiger/translations/Deutsch/modules/Settings/Vtiger.php
@@ -226,7 +226,7 @@ $languageStrings = array(
     'linkedin'                     => 'LinkedIn'                    ,
 	
 	'LBL_IMAGE_CORRUPTED'          => 'Virus detected or Uploaded image corrupted', 
-	'LBL_LOGO_RECOMMENDED_MESSAGE' => 'Zulässige Größe 170x45 Pixel (.jpeg, .jpg, .png, .gif, .pjpeg, .x-png-Format).', 
+	'LBL_LOGO_RECOMMENDED_MESSAGE' => 'Zulässige Größe 150x40 Pixel (.jpeg, .jpg, .png, .gif, .pjpeg, .x-png-Format).', 
 	'LBL_COMPANY_INFORMATION'      => 'Company Information'         , 
 	'LBL_UPDATE'                   => 'Update'                      , 
 	'LBL_UPDATE_LOGO'              => 'Update Logo'                 , 
@@ -362,4 +362,4 @@ $jsLanguageStrings = array(
   'JS_LBL_TAX_REGION_EXIST' => 'Name der Region bereits vorhanden ist',
   'JS_LOGO_IMAGE_DIMENSIONS_WRONG' => 'Logo Maße nicht mit den erlaubten dimension. Dein Bild verkleinern und versuchen Sie es erneut.',
 
-);
\ No newline at end of file
+);
-- 
GitLab