aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-06-09 01:40:17 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-06-09 01:40:17 +0200
commit92f43c5371f1f37bd6d77ade2fc5e2804b5cc49f (patch)
tree2f27a9b3010b380c75e2169b8648efa628ae40d3 /phpBB
parente3c3a5d2a788427ae4a1f4a9e8a05af9b443def7 (diff)
downloadforums-92f43c5371f1f37bd6d77ade2fc5e2804b5cc49f.tar
forums-92f43c5371f1f37bd6d77ade2fc5e2804b5cc49f.tar.gz
forums-92f43c5371f1f37bd6d77ade2fc5e2804b5cc49f.tar.bz2
forums-92f43c5371f1f37bd6d77ade2fc5e2804b5cc49f.tar.xz
forums-92f43c5371f1f37bd6d77ade2fc5e2804b5cc49f.zip
[ticket/10073] Fix button descriptions
PHPBB3-10073
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/language/en/common.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index f451ac5f25..b7250f1089 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -667,8 +667,8 @@ $lang = array_merge($lang, array(
'SELECT_ALL_CODE' => 'Select all',
'SELECT_DESTINATION_FORUM' => 'Please select a destination forum',
'SELECT_FORUM' => 'Select a forum',
- 'SEND_EMAIL' => 'Email', // Used for submit buttons
- 'SEND_EMAIL_USER' => 'Email %s',
+ 'SEND_EMAIL' => 'Send email', // Used for submit buttons
+ 'SEND_EMAIL_USER' => 'Send email to %s',
'SEND_PRIVATE_MESSAGE' => 'Send private message',
'SETTINGS' => 'Settings',
'SIGNATURE' => 'Signature',