Commit 17786bec257dbbec0b3e6db37096327e64dcd478

Authored by Charl Joseph Mert
1 parent e23e10f1

Brand server without requiring access to FS

PT: 1243391

Removed crop description text

Updated by: Charl Joseph Mert
plugins/ktcore/admin/manageBranding.php
... ... @@ -100,7 +100,7 @@ class ManageBrandDispatcher extends KTAdminDispatcher {
100 100 'name' => 'file',
101 101 'id' => 'file',
102 102 'value' => '',
103   - 'description' => _kt("The logo's dimensions should be 313px width by 50px height. If your logo doesn't fit these dimensions, you can choose to crop or scale it."),
  103 + 'description' => _kt("The logo's dimensions should be 313px width by 50px height. If your logo doesn't fit these dimensions, you can choose to scale it."),
104 104 ));
105 105  
106 106 //$aVocab['crop'] = 'Crop - Cut out a selection';
... ...