mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/12005] Remove language vars used by PM popup
PHPBB3-12005
This commit is contained in:
@@ -409,7 +409,6 @@ $lang = array_merge($lang, array(
|
||||
'PM_SUBJECT' => 'Message subject',
|
||||
'PM_TO' => 'Send to',
|
||||
'PM_USERS_REMOVED_NO_PM' => 'Some users couldn’t be added as they have disabled private message receipt.',
|
||||
'POPUP_ON_PM' => 'Pop up window on new private message',
|
||||
'POST_EDIT_PM' => 'Edit message',
|
||||
'POST_FORWARD_PM' => 'Forward message',
|
||||
'POST_NEW_PM' => 'Compose message',
|
||||
@@ -521,8 +520,6 @@ $lang = array_merge($lang, array(
|
||||
'UCP_PM_COMPOSE' => 'Compose message',
|
||||
'UCP_PM_DRAFTS' => 'Manage PM drafts',
|
||||
'UCP_PM_OPTIONS' => 'Rules, folders & settings',
|
||||
'UCP_PM_POPUP' => 'Private messages',
|
||||
'UCP_PM_POPUP_TITLE' => 'Private message popup',
|
||||
'UCP_PM_UNREAD' => 'Unread messages',
|
||||
'UCP_PM_VIEW' => 'View messages',
|
||||
|
||||
|
Reference in New Issue
Block a user