aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-06-02 13:36:49 +0200
committerPayBas <contact@paybas.com>2014-06-02 13:36:49 +0200
commit8ecb6b2aa29ae7e5f17b85faa950f7742316f476 (patch)
treeb7e130f3e2ddfc1f6ec99673c57a5d94934b05b1 /phpBB/viewtopic.php
parent48679eeff884ce564f7a5ceb7db1b6c64e5dcb67 (diff)
downloadforums-8ecb6b2aa29ae7e5f17b85faa950f7742316f476.tar
forums-8ecb6b2aa29ae7e5f17b85faa950f7742316f476.tar.gz
forums-8ecb6b2aa29ae7e5f17b85faa950f7742316f476.tar.bz2
forums-8ecb6b2aa29ae7e5f17b85faa950f7742316f476.tar.xz
forums-8ecb6b2aa29ae7e5f17b85faa950f7742316f476.zip
[ticket/12566] "Private messages" should be "Send pivate message"
PHPBB3-12566
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(