diff --git a/module/custom/js/mode.js b/module/custom/js/mode.js index cd8b86f050..b24c0ac56f 100644 --- a/module/custom/js/mode.js +++ b/module/custom/js/mode.js @@ -3,7 +3,7 @@ $(function() $('[name=mode]').change(function() { var mode = $(this).val(); - if(mode == 'classic') $('#modeTips').html(newTips); - if(mode == 'new') $('#modeTips').html(classicTips); + if(mode == 'new') $('#modeTips').html(newTips); + if(mode == 'classic') $('#modeTips').html(classicTips); }) }) diff --git a/module/custom/lang/de.php b/module/custom/lang/de.php index db72011108..2a0dbef906 100644 --- a/module/custom/lang/de.php +++ b/module/custom/lang/de.php @@ -216,7 +216,7 @@ $lang->custom->workingList['full'] = 'Full Management of Dev'; $lang->custom->menuTip = 'Click to show/hide navigation bar. Drag to swtich display order.'; $lang->custom->saveFail = 'Failed to save!'; $lang->custom->page = ' Page'; -$lang->custom->changeClassicTip = 'The module of Program will be hidden, if you switch to Version 12.5.3 and below.'; +$lang->custom->changeClassicTip = 'The Program module will be hidden, if you switch to the classic mode.'; $lang->custom->scoreStatus[1] = 'On'; $lang->custom->scoreStatus[0] = 'Off'; diff --git a/module/custom/lang/en.php b/module/custom/lang/en.php index 7c65bcb6f3..ade50a8647 100644 --- a/module/custom/lang/en.php +++ b/module/custom/lang/en.php @@ -216,7 +216,7 @@ $lang->custom->workingList['full'] = 'Application Lifecycle Management'; $lang->custom->menuTip = 'Click to show/hide the menu. Drag to switch display order.'; $lang->custom->saveFail = 'Failed to save!'; $lang->custom->page = ' Page'; -$lang->custom->changeClassicTip = 'The module of Program will be hidden, if you switch to Version 12.5.3 and below.'; +$lang->custom->changeClassicTip = 'The Program module will be hidden, if you switch to the classic mode.'; $lang->custom->scoreStatus[1] = 'On'; $lang->custom->scoreStatus[0] = 'Off'; diff --git a/module/custom/lang/fr.php b/module/custom/lang/fr.php index f74560e31c..bf14392a75 100644 --- a/module/custom/lang/fr.php +++ b/module/custom/lang/fr.php @@ -216,7 +216,7 @@ $lang->custom->workingList['full'] = 'Application Lifecycle Management'; $lang->custom->menuTip = "Cliquez pour montrer/cacher le menu. Déplacez pour changer l'ordre d'affichage."; $lang->custom->saveFail = 'Echec de la sauvegarde !'; $lang->custom->page = ' Page'; -$lang->custom->changeClassicTip = 'The module of Program will be hidden, if you switch to Version 12.5.3 and below.'; +$lang->custom->changeClassicTip = 'The Program module will be hidden, if you switch to the classic mode.'; $lang->custom->scoreStatus[1] = 'On'; $lang->custom->scoreStatus[0] = 'Off'; diff --git a/module/custom/lang/vi.php b/module/custom/lang/vi.php index f36f616fc4..3db2bbe941 100644 --- a/module/custom/lang/vi.php +++ b/module/custom/lang/vi.php @@ -216,7 +216,7 @@ $lang->custom->workingList['full'] = 'Quản lý vòng đời ứng dụng' $lang->custom->menuTip = 'Click để hiện/ẩn menu. Kéo thả để chuyển vị trí hiển thị.'; $lang->custom->saveFail = 'Lưu thất bại!'; $lang->custom->page = ''; -$lang->custom->changeClassicTip = 'The module of Program will be hidden, if you switch to Version 12.5.3 and below.'; +$lang->custom->changeClassicTip = 'The Program module will be hidden, if you switch to the classic mode.'; $lang->custom->scoreStatus[1] = 'On'; $lang->custom->scoreStatus[0] = 'Off'; diff --git a/module/custom/view/mode.html.php b/module/custom/view/mode.html.php index d78ff4990d..bb1077a87d 100644 --- a/module/custom/view/mode.html.php +++ b/module/custom/view/mode.html.php @@ -29,12 +29,12 @@
-custom->changeClassicTip : $lang->upgrade->selectedModeTips['new'];?>
+custom->changeClassicTip : $lang->upgrade->selectedModeTips['new'];?>