From 56a1ede640ef43ed333f3834be175e7cd714abe0 Mon Sep 17 00:00:00 2001
From: quentusrex <quentusrex@ispconfig3>
Date: Thu, 30 Oct 2008 11:12:03 -0400
Subject: [PATCH] Fixed the user interface to properly display the units of measure for the mail quota.

---
 interface/web/mail/lib/module.conf.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/web/mail/lib/module.conf.php b/interface/web/mail/lib/module.conf.php
index de55cba..5a6fa82 100644
--- a/interface/web/mail/lib/module.conf.php
+++ b/interface/web/mail/lib/module.conf.php
@@ -83,7 +83,7 @@
 //**** Statistics menu
 $items = array();
 
-$items[] = array( 'title' 	=> 'Mailboxes',
+$items[] = array( 'title' 	=> 'Mailbox traffic',
 				  'target' 	=> 'content',
 				  'link'	=> 'mail/mail_user_stats.php');
 

--
Gitblit v1.9.1