mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/10073] Fix button descriptions
PHPBB3-10073
This commit is contained in:
parent
e3c3a5d2a7
commit
92f43c5371
1 changed files with 2 additions and 2 deletions
|
@ -667,8 +667,8 @@ $lang = array_merge($lang, array(
|
||||||
'SELECT_ALL_CODE' => 'Select all',
|
'SELECT_ALL_CODE' => 'Select all',
|
||||||
'SELECT_DESTINATION_FORUM' => 'Please select a destination forum',
|
'SELECT_DESTINATION_FORUM' => 'Please select a destination forum',
|
||||||
'SELECT_FORUM' => 'Select a forum',
|
'SELECT_FORUM' => 'Select a forum',
|
||||||
'SEND_EMAIL' => 'Email', // Used for submit buttons
|
'SEND_EMAIL' => 'Send email', // Used for submit buttons
|
||||||
'SEND_EMAIL_USER' => 'Email %s',
|
'SEND_EMAIL_USER' => 'Send email to %s',
|
||||||
'SEND_PRIVATE_MESSAGE' => 'Send private message',
|
'SEND_PRIVATE_MESSAGE' => 'Send private message',
|
||||||
'SETTINGS' => 'Settings',
|
'SETTINGS' => 'Settings',
|
||||||
'SIGNATURE' => 'Signature',
|
'SIGNATURE' => 'Signature',
|
||||||
|
|
Loading…
Add table
Reference in a new issue