From fb1863cd9da3f6caebe7e167b0eb207979068ac2 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Sun, 25 Oct 2009 06:11:37 -0400 Subject: [PATCH] FS#942 - Problem with email quota check. --- 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