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/localization/en_US | |
| 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/localization/en_US')
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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'; |
