From 487df6f1ecd3ded2c8730e34b3c1d60fc117cda1 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 24 Aug 2009 08:18:31 -0400 Subject: [PATCH] Added Hungarian translation. --- interface/web/mail/form/mail_get.tform.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/mail/form/mail_get.tform.php b/interface/web/mail/form/mail_get.tform.php index f6c9d39..3de9b10 100644 --- a/interface/web/mail/form/mail_get.tform.php +++ b/interface/web/mail/form/mail_get.tform.php @@ -51,7 +51,7 @@ $form["auth_preset"]["perm_other"] = ''; //r = read, i = insert, u = update, d = delete $form["tabs"]['mailget'] = array ( - 'title' => "Get email", + 'title' => "Get Email", 'width' => 100, 'template' => "templates/mail_get_edit.htm", 'fields' => array ( -- Gitblit v1.9.1