diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-19 14:40:39 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-19 14:40:39 +0000 |
| commit | 532b7cee175d0ff4b28f82962658181e6b00d38b (patch) | |
| tree | 01d8f380278928d173cfb0a34813734243225c78 /roundcubemail/program | |
| parent | b5f63ed63b358d71d6634f2b6ac793d128e64bd9 (diff) | |
Use more common name for e-mail
git-svn-id: https://svn.roundcube.net/trunk@4937 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/localization/en_GB/labels.inc | 4 | ||||
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/roundcubemail/program/localization/en_GB/labels.inc b/roundcubemail/program/localization/en_GB/labels.inc index 39b729ba1..9e376784d 100644 --- a/roundcubemail/program/localization/en_GB/labels.inc +++ b/roundcubemail/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'; diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index 60676aae3..f87870ffc 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -28,7 +28,7 @@ $labels['login'] = 'Login'; // taskbar $labels['logout'] = 'Logout'; -$labels['mail'] = 'E-Mail'; +$labels['mail'] = 'Email'; $labels['settings'] = 'Settings'; $labels['addressbook'] = 'Address Book'; @@ -254,7 +254,7 @@ $labels['organization'] = 'Company'; $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'; |
