From e0dc711c2b2dc4e2ec397d7f53910f11e1ca4ade Mon Sep 17 00:00:00 2001 From: mcramer <m.cramer@pixcept.de> Date: Mon, 02 Sep 2013 04:14:56 -0400 Subject: [PATCH] - Changed previous commit to check for read permissions only on download action --- interface/web/mailuser/lib/lang/cz_mail_user_password.lng | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/interface/web/mailuser/lib/lang/cz_mail_user_password.lng b/interface/web/mailuser/lib/lang/cz_mail_user_password.lng index c285240..21357c7 100644 --- a/interface/web/mailuser/lib/lang/cz_mail_user_password.lng +++ b/interface/web/mailuser/lib/lang/cz_mail_user_password.lng @@ -1,5 +1,5 @@ <?php -$wb['mailbox_password_txt'] = 'E-malový účet heslo'; +$wb['mailbox_password_txt'] = 'E-mailový účet heslo'; $wb['password_txt'] = 'Heslo'; $wb['password_strength_txt'] = 'Síla hesla'; $wb['email_txt'] = 'E-mail'; @@ -9,3 +9,4 @@ $wb['password_match_txt'] = 'Hesla se shodují.'; ?> + -- Gitblit v1.9.1