aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorRuslan Uzdenov <rxu@mail.ru>2009-06-22 14:36:04 +0000
committerRuslan Uzdenov <rxu@mail.ru>2009-06-22 14:36:04 +0000
commitbfcf6a1de5181a0b26b247f8cb9e181b8c83ff90 (patch)
tree5d49b436417ee96cc208017d255bba7f883ec4ba /phpBB/language
parent588dd7337fd87719b21cf2ec85671713e925acb9 (diff)
downloadforums-bfcf6a1de5181a0b26b247f8cb9e181b8c83ff90.tar
forums-bfcf6a1de5181a0b26b247f8cb9e181b8c83ff90.tar.gz
forums-bfcf6a1de5181a0b26b247f8cb9e181b8c83ff90.tar.bz2
forums-bfcf6a1de5181a0b26b247f8cb9e181b8c83ff90.tar.xz
forums-bfcf6a1de5181a0b26b247f8cb9e181b8c83ff90.zip
Fix bug #46765 - View unread posts
Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9653 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/common.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 6f3433892a..a2b8eafd52 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -522,6 +522,7 @@ $lang = array_merge($lang, array(
'SEARCH_SELF' => 'View your posts',
'SEARCH_TOPIC' => 'Search this topic…',
'SEARCH_UNANSWERED' => 'View unanswered posts',
+ 'SEARCH_UNREAD' => 'View unread posts',
'SECONDS' => 'Seconds',
'SELECT' => 'Select',
'SELECT_ALL_CODE' => 'Select all',