aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-06-02 13:47:37 -0700
committerCesar G <prototech91@gmail.com>2014-06-02 13:47:37 -0700
commit8ba083f886d26280915b8ce67f61abec7dbe4169 (patch)
treec7c8ea236c24a956af9ab2514aea4a576dddaffd /phpBB/viewtopic.php
parent48679eeff884ce564f7a5ceb7db1b6c64e5dcb67 (diff)
parent0baf5015696fe8fab0587d676972cba01cdadcdb (diff)
downloadforums-8ba083f886d26280915b8ce67f61abec7dbe4169.tar
forums-8ba083f886d26280915b8ce67f61abec7dbe4169.tar.gz
forums-8ba083f886d26280915b8ce67f61abec7dbe4169.tar.bz2
forums-8ba083f886d26280915b8ce67f61abec7dbe4169.tar.xz
forums-8ba083f886d26280915b8ce67f61abec7dbe4169.zip
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"
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index 385a4cfe55..789d53c676 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -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(