[ticket/10073] Fix button descriptions

PHPBB3-10073
This commit is contained in:
Joas Schilling 2014-06-09 01:40:17 +02:00
parent e3c3a5d2a7
commit 92f43c5371

View file

@ -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',