From e2266c20039dc7ee91c09f16fda8d659db3c276e Mon Sep 17 00:00:00 2001 From: cfoe <cfoe@ispconfig3> Date: Sat, 07 Jul 2012 05:52:58 -0400 Subject: [PATCH] moved uppercase handling for "LOGOUT" link from hardcoding to **.lng files to tmpl_var parameter --- interface/lib/lang/el.lng | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/lib/lang/el.lng b/interface/lib/lang/el.lng index e609330..4e41fed 100644 --- a/interface/lib/lang/el.lng +++ b/interface/lib/lang/el.lng @@ -68,6 +68,6 @@ $wb['monthnamesshort_nov'] = 'Νοε'; $wb['monthnamesshort_dec'] = 'Δεκ'; $wb['conf_format_dateshort_human_readable'] = 'yyyy-mm-dd'; -$wb['logout_txt'] = 'LOGOUT'; +$wb['logout_txt'] = 'Logout'; $wb['submit_confirmation'] = 'Do you really want to perform this action?'; ?> -- Gitblit v1.9.1