From f02fc545a587ce3dfd33902b57ec686ebb51d967 Mon Sep 17 00:00:00 2001 From: mcramer <m.cramer@pixcept.de> Date: Mon, 02 Sep 2013 04:16:39 -0400 Subject: [PATCH] - Fixed: getAuthSQL has to be used with app->tform instead of this here. --- 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