Browse Source

& Changed word order in logoff strings.

Signed-off-by: Aaron van Geffen <[email protected]>
Aaron van Geffen 11 years ago
parent
commit
62af31cf56

+ 1 - 1
Themes/default/languages/Admin.english.php

@@ -37,7 +37,7 @@ $txt['admin_config'] = 'Configuration';
 $txt['admin_version_check'] = 'Detailed version check';
 $txt['admin_smffile'] = 'SMF File';
 $txt['admin_smfpackage'] = 'SMF Package';
-$txt['admin_logoff'] = 'Admin End Session';
+$txt['admin_logoff'] = 'End Admin Session';
 $txt['admin_maintenance'] = 'Maintenance';
 $txt['admin_image_text'] = 'Show buttons as images instead of text';
 $txt['admin_credits'] = 'Credits';

+ 1 - 1
Themes/default/languages/ModerationCenter.english.php

@@ -148,7 +148,7 @@ $txt['mc_prefs_notify_report_never'] = 'Never';
 $txt['mc_prefs_notify_report_moderator'] = 'Only if it\'s a board I moderate';
 $txt['mc_prefs_notify_report_always'] = 'Always';
 $txt['mc_prefs_notify_approval'] = 'Notify of items awaiting approval';
-$txt['mc_logoff'] = 'Moderator End Session';
+$txt['mc_logoff'] = 'End Moderator Session';
 
 // Use entities in the below string.
 $txt['mc_click_add_note'] = 'Add a new note';