Skip to content

Commit a1911c8

Browse files
author
cfoe
committed
removed capitalized "Logout"-string from all lang-files
1 parent e9c2b0d commit a1911c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

interface/lib/lang/ar.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $wb['monthnamesshort_sep'] = 'Sep';
6767
$wb['monthnamesshort_oct'] = 'Oct';
6868
$wb['monthnamesshort_nov'] = 'Nov';
6969
$wb['monthnamesshort_dec'] = 'Dec';
70-
$wb['logout_txt'] = 'LOGOUT';
70+
$wb['logout_txt'] = 'Logout';
7171
$wb['conf_format_dateshort_human_readable'] = 'yyyy-mm-dd';
7272
$wb['submit_confirmation'] = 'Do you really want to perform this action?';
7373
?>

interface/lib/lang/en.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $wb['top_menu_dashboard'] = 'Home';
4141
$wb['top_menu_vm'] = 'VServer';
4242
$wb['toolsarea_head_txt'] = 'Tools';
4343
$wb['latest_news_txt'] = 'Latest news';
44-
$wb['logout_txt'] = "LOGOUT";
44+
$wb['logout_txt'] = "Logout";
4545
$wb['daynamesmin_su'] = "Su";
4646
$wb['daynamesmin_mo'] = "Mo";
4747
$wb['daynamesmin_tu'] = "Tu";

interface/lib/lang/se.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $wb['monthnamesshort_nov'] = 'Nov';
6767
$wb['monthnamesshort_dec'] = 'Dec';
6868
$wb['datepicker_nextText'] = 'Next';
6969
$wb['datepicker_prevText'] = 'Prev';
70-
$wb['logout_txt'] = 'LOGOUT';
70+
$wb['logout_txt'] = 'Logout';
7171
$wb['conf_format_dateshort_human_readable'] = 'yyyy-mm-dd';
7272
$wb['submit_confirmation'] = 'Do you really want to perform this action?';
7373
?>

0 commit comments

Comments
 (0)