From fb06ccf60ea8fc6e8b15e04e8236326fb5701175 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Sun, 21 Dec 2008 11:28:00 -0500 Subject: [PATCH] Fixed ftpuser and shelluser prefix. --- interface/web/tools/lib/lang/de_usersettings.lng | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/interface/web/tools/lib/lang/de_usersettings.lng b/interface/web/tools/lib/lang/de_usersettings.lng index 363a995..905126d 100644 --- a/interface/web/tools/lib/lang/de_usersettings.lng +++ b/interface/web/tools/lib/lang/de_usersettings.lng @@ -1,8 +1,6 @@ <?php $wb['passwort_txt'] = 'Password'; $wb['language_txt'] = 'Language'; -$wb['btn_save_txt'] = 'Save'; -$wb['btn_cancel_txt'] = 'Cancel'; $wb['password_mismatch'] = 'The password in the second password field does not match the first password.'; $wb['password_strength_txt'] = 'Password strength'; $wb['Form to edit the user password and language.'] = 'Form to edit the user password and language.'; -- Gitblit v1.9.1