mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/12566] "Private messages" should be "Send pivate message"
PHPBB3-12566
This commit is contained in:
parent
48679eeff8
commit
8ecb6b2aa2
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Reference in a new issue