From 8d0999f3edbfc11b783752b9023b764bc146afe0 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Tue, 19 Jul 2011 10:40:39 -0400
Subject: [PATCH] Use more common name for e-mail

---
 program/localization/en_US/labels.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc
index 60676aa..f87870f 100644
--- a/program/localization/en_US/labels.inc
+++ b/program/localization/en_US/labels.inc
@@ -28,7 +28,7 @@
 
 // taskbar
 $labels['logout']   = 'Logout';
-$labels['mail']     = 'E-Mail';
+$labels['mail']     = 'Email';
 $labels['settings'] = 'Settings';
 $labels['addressbook'] = 'Address Book';
 
@@ -254,7 +254,7 @@
 $labels['department']   = 'Department';
 $labels['gender']       = 'Gender';
 $labels['maidenname']   = 'Maiden Name';
-$labels['email']        = 'E-Mail';
+$labels['email']        = 'Email';
 $labels['phone']        = 'Phone';
 $labels['address']      = 'Address';
 $labels['street']       = 'Street';

--
Gitblit v1.9.1