[-] BO : #PSTEST-792 : Translation of scenes

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13400 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-02-16 15:15:19 +00:00
parent 463d718dbb
commit ece21a06b7
2 changed files with 77 additions and 77 deletions
+1 -2
View File
@@ -193,8 +193,7 @@ class AdminScenesControllerCore extends AdminController
.(Tools::getMaxUploadSize() / 1024).''.$this->l('KB max.').' '
.$this->l('If larger than the image size setting, the image will be reduced to ')
.' '.$large_scene_image_type['width'].'x'.$large_scene_image_type['height'].'px '
.$this->l('(width x height). If smaller than the image-size setting, a white background will be added in order to achieve the
correct image size.').'.<br />'.
.$this->l('(width x height). If smaller than the image-size setting, a white background will be added in order to achieve the correct image size.').'<br />'.
$this->l('Note: To change image dimensions, please change the \'large_scene\' image type settings to the desired size (in Back Office > Preferences > Images).');
if ($obj->id && file_exists(_PS_SCENE_IMG_DIR_.$obj->id.'-large_scene.jpg'))
{