[-] TR : #PSCFV-4027 : change string "tabs" by "Menus"...

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17309 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-09-12 15:06:48 +00:00
parent a0bf4a30b9
commit 25c9cbdf6e
40 changed files with 128 additions and 124 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ class AdminImagesControllerCore extends AdminController
),
'PS_LEGACY_IMAGES' => array(
'title' => $this->l('Use the legacy image filesystem'),
'desc' => $this->l('This should be set to yes unless you successfully moved images in Preferences > Images tab'),
'desc' => $this->l('This should be set to yes unless you successfully moved images in "Images" page under the "Preferences" menu'),
'validation' => 'isBool',
'cast' => 'intval',
'required' => false,