mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge remote-tracking branch 'PayBas/ticket/12566' into develop-ascraeus
* PayBas/ticket/12566: [ticket/12566] Also changed for ucp_pm_viewmessage.php [ticket/12566] "Private messages" should be "Send pivate message"
This commit is contained in:
commit
8ba083f886
2 changed files with 2 additions and 2 deletions
|
@ -283,7 +283,7 @@ function view_message($id, $mode, $folder_id, $msg_id, $folder, $message_row)
|
|||
$contact_fields = array(
|
||||
array(
|
||||
'ID' => 'pm',
|
||||
'NAME' => $user->lang['PRIVATE_MESSAGE'],
|
||||
'NAME' => $user->lang['SEND_PRIVATE_MESSAGE'],
|
||||
'U_CONTACT' => $u_pm,
|
||||
),
|
||||
array(
|
||||
|
|
|
@ -1809,7 +1809,7 @@ for ($i = 0, $end = sizeof($post_list); $i < $end; ++$i)
|
|||
$contact_fields = array(
|
||||
array(
|
||||
'ID' => 'pm',
|
||||
'NAME' => $user->lang['PRIVATE_MESSAGES'],
|
||||
'NAME' => $user->lang['SEND_PRIVATE_MESSAGE'],
|
||||
'U_CONTACT' => $u_pm,
|
||||
),
|
||||
array(
|
||||
|
|
Loading…
Add table
Reference in a new issue