summaryrefslogtreecommitdiff
path: root/program/localization/en_GB/labels.inc
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-07-19 14:40:39 +0000
committerthomascube <thomas@roundcube.net>2011-07-19 14:40:39 +0000
commit8d0999f3edbfc11b783752b9023b764bc146afe0 (patch)
tree55987e853a10f74636cfa1db4dc6dd594e02d92e /program/localization/en_GB/labels.inc
parent74f0a6fe56ee120da50435a0a1f8021dad8ec78a (diff)
Use more common name for e-mail
Diffstat (limited to 'program/localization/en_GB/labels.inc')
-rw-r--r--program/localization/en_GB/labels.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/program/localization/en_GB/labels.inc b/program/localization/en_GB/labels.inc
index 39b729ba1..9e376784d 100644
--- a/program/localization/en_GB/labels.inc
+++ b/program/localization/en_GB/labels.inc
@@ -24,7 +24,7 @@ $labels['password'] = 'Password';
$labels['server'] = 'Server';
$labels['login'] = 'Login';
$labels['logout'] = 'Logout';
-$labels['mail'] = 'E-Mail';
+$labels['mail'] = 'Email';
$labels['settings'] = 'Personal Settings';
$labels['addressbook'] = 'Address Book';
$labels['inbox'] = 'Inbox';
@@ -204,7 +204,7 @@ $labels['receiptnote'] = 'Note: This receipt only acknowledges that the message
$labels['name'] = 'Display name';
$labels['firstname'] = 'First name';
$labels['surname'] = 'Last name';
-$labels['email'] = 'E-Mail';
+$labels['email'] = 'Email';
$labels['addcontact'] = 'Add new contact';
$labels['editcontact'] = 'Edit contact';
$labels['contacts'] = 'Contacts';