[ticket/12566] "Private messages" should be "Send pivate message"

PHPBB3-12566
This commit is contained in:
PayBas 2014-06-02 13:36:49 +02:00
parent 48679eeff8
commit 8ecb6b2aa2

View file

@ -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(