From fd4cfde2f8ef2cbde4c18b06041b9ea3a41f38d1 Mon Sep 17 00:00:00 2001 From: dcy <dcy@ispconfig3> Date: Sat, 17 Jul 2010 13:08:13 -0400 Subject: [PATCH] Secondary DNS - Fedora installation/update routine update --- interface/web/mail/lib/lang/br_mail_user_list.lng | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/interface/web/mail/lib/lang/br_mail_user_list.lng b/interface/web/mail/lib/lang/br_mail_user_list.lng index a8a495a..d399f48 100644 --- a/interface/web/mail/lib/lang/br_mail_user_list.lng +++ b/interface/web/mail/lib/lang/br_mail_user_list.lng @@ -1,6 +1,7 @@ <?php -$wb["list_head_txt"] = 'Caixa de Correio'; -$wb["email_txt"] = 'Correio'; -$wb["autoresponder_txt"] = 'Autoresponder'; -$wb["add_new_record_txt"] = 'Adcionar nova caixa de correio'; +$wb['list_head_txt'] = 'Caixa de Correio'; +$wb['email_txt'] = 'Correio'; +$wb['autoresponder_txt'] = 'Autoresponder'; +$wb['add_new_record_txt'] = 'Adcionar nova caixa de correio'; +$wb['name_txt'] = 'Realname'; ?> -- Gitblit v1.9.1