From f4d7e5108636bd7ae25d60cd0395dfd4da72243d Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 06 Mar 2013 04:58:27 -0500 Subject: [PATCH] Fixed issue in mailman configuration that caused a wrong content in virtual_to_transport.sh script. --- interface/web/mail/lib/lang/cz_mail_user.lng | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/interface/web/mail/lib/lang/cz_mail_user.lng b/interface/web/mail/lib/lang/cz_mail_user.lng index f8c6d20..d8805f0 100644 --- a/interface/web/mail/lib/lang/cz_mail_user.lng +++ b/interface/web/mail/lib/lang/cz_mail_user.lng @@ -4,7 +4,7 @@ $wb['cryptpwd_txt'] = 'Heslo'; $wb['password_strength_txt'] = 'Bezpečnost hesla'; $wb['active_txt'] = 'Aktivní'; -$wb['email_error_isemail'] = 'Zadejte prosím platnou e-mailovou adresu.'; +$wb['email_error_isemail'] = 'E-mail adresa je chybná.'; $wb['email_error_unique'] = 'Duplikování email adresy.'; $wb['autoresponder_text_txt'] = 'Text'; $wb['autoresponder_txt'] = 'Aktivní'; @@ -49,3 +49,4 @@ $wb['password_match_txt'] = 'Hesla se shodují.'; ?> + -- Gitblit v1.9.1