aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSenky <jakubsenko@gmail.com>2012-05-11 08:09:56 +0200
committerSenky <jakubsenko@gmail.com>2012-05-11 08:09:56 +0200
commit74e9245df3b6652db10e46302510d27a54db827e (patch)
treec55c0c6850bcb514ce30bea53f2eb128c1843f39
parent8d15f1b02ecff1c9e90b8bed1b1f356eaaff348b (diff)
downloadforums-74e9245df3b6652db10e46302510d27a54db827e.tar
forums-74e9245df3b6652db10e46302510d27a54db827e.tar.gz
forums-74e9245df3b6652db10e46302510d27a54db827e.tar.bz2
forums-74e9245df3b6652db10e46302510d27a54db827e.tar.xz
forums-74e9245df3b6652db10e46302510d27a54db827e.zip
[ticket/10835] changing "e-mail" to "email"
PHPBB3-10835
-rw-r--r--phpBB/language/en/ucp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php
index 6f6b319d48..7df26e040f 100644
--- a/phpBB/language/en/ucp.php
+++ b/phpBB/language/en/ucp.php
@@ -137,7 +137,7 @@ $lang = array_merge($lang, array(
'CREATE_FOLDER' => 'Add folder…',
'CURRENT_IMAGE' => 'Current image',
'CURRENT_PASSWORD' => 'Current password',
- 'CURRENT_PASSWORD_EXPLAIN' => 'You must enter your current password if you wish to alter your e-mail address or username.',
+ 'CURRENT_PASSWORD_EXPLAIN' => 'You must enter your current password if you wish to alter your email address or username.',
'CURRENT_CHANGE_PASSWORD_EXPLAIN' => 'To change your password, your email address, or your username, you must enter your current password.',
'CUR_PASSWORD_EMPTY' => 'You did not enter your current password.',
'CUR_PASSWORD_ERROR' => 'The current password you entered is incorrect.',