diff options
author | Senky <jakubsenko@gmail.com> | 2012-04-15 20:10:51 +0200 |
---|---|---|
committer | Senky <jakubsenko@gmail.com> | 2012-04-15 20:10:51 +0200 |
commit | 3741e99aab94fc903db82c1c4d3d6b1f7b1e2a1a (patch) | |
tree | bd765cbb1938d1e58ca62e431a73565531a7d9b3 /phpBB/language/en/acp/styles.php | |
parent | de7a166a5990a3b59ffff145f7acb7b9e1dcb3c5 (diff) | |
download | forums-3741e99aab94fc903db82c1c4d3d6b1f7b1e2a1a.tar forums-3741e99aab94fc903db82c1c4d3d6b1f7b1e2a1a.tar.gz forums-3741e99aab94fc903db82c1c4d3d6b1f7b1e2a1a.tar.bz2 forums-3741e99aab94fc903db82c1c4d3d6b1f7b1e2a1a.tar.xz forums-3741e99aab94fc903db82c1c4d3d6b1f7b1e2a1a.zip |
[ticket/10161] all "e-mail" strings in language files changed to "email"
according to Oleg's comment:
email is preferred by RFCs and probably the way of the future
PHPBB3-10161
Diffstat (limited to 'phpBB/language/en/acp/styles.php')
-rw-r--r-- | phpBB/language/en/acp/styles.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/styles.php b/phpBB/language/en/acp/styles.php index f5bab1d76f..e7954ff148 100644 --- a/phpBB/language/en/acp/styles.php +++ b/phpBB/language/en/acp/styles.php @@ -183,7 +183,7 @@ $lang = array_merge($lang, array( 'IMG_ICON_BACK_TOP' => 'Top', 'IMG_ICON_CONTACT_AIM' => 'AIM', - 'IMG_ICON_CONTACT_EMAIL' => 'Send e-mail', + 'IMG_ICON_CONTACT_EMAIL' => 'Send email', 'IMG_ICON_CONTACT_ICQ' => 'ICQ', 'IMG_ICON_CONTACT_JABBER' => 'Jabber', 'IMG_ICON_CONTACT_MSNM' => 'WLM', @@ -255,7 +255,7 @@ $lang = array_merge($lang, array( 'NO_UNIT' => 'None', 'ONLY_STYLE' => 'This is the only remaining style, you cannot delete it.', - + 'PARENT_STYLE_NOT_FOUND' => 'Parent style was not found. This style may not work correctly. Please uninstall it.', 'PURGED_CACHE' => 'Cache was purged.', |