mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 00:07:44 +02:00
[ticket/12566] "Private messages" should be "Send pivate message"
PHPBB3-12566
This commit is contained in:
@@ -1809,7 +1809,7 @@ for ($i = 0, $end = sizeof($post_list); $i < $end; ++$i)
|
|||||||
$contact_fields = array(
|
$contact_fields = array(
|
||||||
array(
|
array(
|
||||||
'ID' => 'pm',
|
'ID' => 'pm',
|
||||||
'NAME' => $user->lang['PRIVATE_MESSAGES'],
|
'NAME' => $user->lang['SEND_PRIVATE_MESSAGE'],
|
||||||
'U_CONTACT' => $u_pm,
|
'U_CONTACT' => $u_pm,
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
|
Reference in New Issue
Block a user