// Fixed #PSFV-500

This commit is contained in:
bMancone
2012-02-13 15:22:10 +00:00
parent ac7d4de35b
commit 1a782a2e5f
2 changed files with 628 additions and 621 deletions
@@ -1001,7 +1001,7 @@ class AdminTranslationsControllerCore extends AdminController
$prefix_key = 'Admin'.ucfirst(substr($tmp, strrpos($tmp, DIRECTORY_SEPARATOR) + 1, $pos));
// Adding list, form, option in Helper Translations
if ($prefix_key == 'AdminHelper' || $prefix_key == 'AdminList' || $prefix_key == 'AdminOptions' || $prefix_key == 'AdminForm')
if ($prefix_key == 'AdminHelpers' || $prefix_key == 'AdminList' || $prefix_key == 'AdminOptions' || $prefix_key == 'AdminForm')
$prefix_key = 'Helper';
// Adding the folder backup/download/ in AdminBackup Translations
@@ -1051,6 +1051,7 @@ class AdminTranslationsControllerCore extends AdminController
$tabs_array[$prefix_key] = $new_lang;
$count += count($new_lang);
}
// with php then tpl files, order can be a mess
asort($tabs_array);
+626 -620
View File
File diff suppressed because it is too large Load Diff