aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2008-09-05 13:13:10 +0000
committerChris Smith <toonarmy@phpbb.com>2008-09-05 13:13:10 +0000
commit800b7192ea9575e780301fbeb9b3bc41c6203ca7 (patch)
treead002d299b5c9fa86bc058efb97c0dfce8a8baf8 /phpBB/language
parent65ecfa5197d3026dea12ad69b0947b60b3fd8377 (diff)
downloadforums-800b7192ea9575e780301fbeb9b3bc41c6203ca7.tar
forums-800b7192ea9575e780301fbeb9b3bc41c6203ca7.tar.gz
forums-800b7192ea9575e780301fbeb9b3bc41c6203ca7.tar.bz2
forums-800b7192ea9575e780301fbeb9b3bc41c6203ca7.tar.xz
forums-800b7192ea9575e780301fbeb9b3bc41c6203ca7.zip
Added missing UCP language string NO_AUTH_READ_HOLD_MESSAGE.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8827 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-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 4f9920c931..1f0002923d 100644
--- a/phpBB/language/en/ucp.php
+++ b/phpBB/language/en/ucp.php
@@ -288,6 +288,7 @@ $lang = array_merge($lang, array(
'NO_AUTH_EDIT_MESSAGE' => 'You are not authorised to edit private messages.',
'NO_AUTH_FORWARD_MESSAGE' => 'You are not authorised to forward private messages.',
'NO_AUTH_GROUP_MESSAGE' => 'You are not authorised to send private messages to groups.',
+ '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_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 sending private messages.',