From 8aeb9f4169c43eb4d8c2c8bb2f89e866ef25bc27 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Sun, 31 Aug 2008 06:31:31 -0400 Subject: [PATCH] Added missing menu titles and form titles to language files. --- interface/web/mail/form/mail_domain_catchall.tform.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/mail/form/mail_domain_catchall.tform.php b/interface/web/mail/form/mail_domain_catchall.tform.php index d3197e2..457ebd2 100644 --- a/interface/web/mail/form/mail_domain_catchall.tform.php +++ b/interface/web/mail/form/mail_domain_catchall.tform.php @@ -51,7 +51,7 @@ $form["auth_preset"]["perm_other"] = ''; //r = read, i = insert, u = update, d = delete $form["tabs"]['catchall'] = array ( - 'title' => "Email catchall", + 'title' => "Email Catchall", 'width' => 100, 'template' => "templates/mail_domain_catchall_edit.htm", 'fields' => array ( -- Gitblit v1.9.1