aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/ucp.php
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2018-09-28 12:55:45 +0200
committerJakub Senko <jakubsenko@gmail.com>2018-09-28 12:55:45 +0200
commitf657ee51f89fcc0561155069c00957c46f31d96c (patch)
treee6861b72852190cfc71b973c5fe0670459b56f17 /phpBB/language/en/ucp.php
parent001f32da95d4f8697ccc9a6107afc8dc68cbe48e (diff)
downloadforums-f657ee51f89fcc0561155069c00957c46f31d96c.tar
forums-f657ee51f89fcc0561155069c00957c46f31d96c.tar.gz
forums-f657ee51f89fcc0561155069c00957c46f31d96c.tar.bz2
forums-f657ee51f89fcc0561155069c00957c46f31d96c.tar.xz
forums-f657ee51f89fcc0561155069c00957c46f31d96c.zip
[ticket/15593] Do not allow print view with direct URL
PHPBB3-15593
Diffstat (limited to 'phpBB/language/en/ucp.php')
-rw-r--r--phpBB/language/en/ucp.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php
index 5056e23d24..64b624ff3f 100644
--- a/phpBB/language/en/ucp.php
+++ b/phpBB/language/en/ucp.php
@@ -377,6 +377,7 @@ $lang = array_merge($lang, array(
'NO_AUTH_PROFILEINFO' => 'You are not authorised to change your profile information.',
'NO_AUTH_READ_HOLD_MESSAGE' => 'You are not authorised to read private messages that are on hold.',
'NO_AUTH_READ_MESSAGE' => 'You are not authorised to read private messages.',
+ 'NO_AUTH_PRINT_MESSAGE' => 'You are not authorised to print private messages.',
'NO_AUTH_READ_REMOVED_MESSAGE' => 'You are not able to read this message because it was removed by the author.',
'NO_AUTH_SEND_MESSAGE' => 'You are not authorised to send private messages.',
'NO_AUTH_SIGNATURE' => 'You are not authorised to define a signature.',