From 2be1de4e523cea741a000cd21acd166660d8b9c8 Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Thu, 23 Jun 2016 11:57:39 -0400 Subject: [PATCH] Fix for an issue where plugins dont get loaded when logged in with "Login as". --- interface/web/mailuser/lib/lang/it_mail_user_cc.lng | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/web/mailuser/lib/lang/it_mail_user_cc.lng b/interface/web/mailuser/lib/lang/it_mail_user_cc.lng index 8187788..01f22f5 100644 --- a/interface/web/mailuser/lib/lang/it_mail_user_cc.lng +++ b/interface/web/mailuser/lib/lang/it_mail_user_cc.lng @@ -1,6 +1,6 @@ <?php -$wb['mailbox_cc_txt'] = 'Send copy to email address'; -$wb['cc_txt'] = 'Send copy to'; +$wb['mailbox_cc_txt'] = 'Trasmetti copia all indirizzo email'; +$wb['cc_txt'] = 'Manda copia a'; $wb['email_txt'] = 'Email'; $wb['cc_error_isemail'] = 'Email address invalid in -Send copy to- field'; $wb['email_is_cc_error'] = 'Email address and send copy to address can not be the same.'; -- Gitblit v1.9.1