aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2012-09-20 10:36:11 -0500
committerNathaniel Guse <nathaniel.guse@gmail.com>2012-09-20 10:36:11 -0500
commit98731b127748af4673fdee92db2e139e84fd4d4b (patch)
tree9c06bcf6c2fd3604a2a338ed633c93e6f1776ef1 /phpBB/language
parent661dd09d6f44b46e5a30b37bb3425058f055ea01 (diff)
downloadforums-98731b127748af4673fdee92db2e139e84fd4d4b.tar
forums-98731b127748af4673fdee92db2e139e84fd4d4b.tar.gz
forums-98731b127748af4673fdee92db2e139e84fd4d4b.tar.bz2
forums-98731b127748af4673fdee92db2e139e84fd4d4b.tar.xz
forums-98731b127748af4673fdee92db2e139e84fd4d4b.zip
[ticket/11103] Prettify the output for prosilver.
Create a way to mark items read from the output list. PHPBB3-11103
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/common.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 90acd0854b..8ad7628891 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -347,6 +347,7 @@ $lang = array_merge($lang, array(
'MARK' => 'Mark',
'MARK_ALL' => 'Mark all',
'MARK_FORUMS_READ' => 'Mark forums read',
+ 'MARK_READ' => 'Mark read',
'MARK_SUBFORUMS_READ' => 'Mark subforums read',
'MB' => 'MB',
'MIB' => 'MiB',
@@ -385,7 +386,7 @@ $lang = array_merge($lang, array(
'NOT_AUTHORISED' => 'You are not authorised to access this area.',
'NOT_WATCHING_FORUM' => 'You are no longer subscribed to updates on this forum.',
'NOT_WATCHING_TOPIC' => 'You are no longer subscribed to this topic.',
- 'NOTIFICATIONS' => '[ Notifications ]',
+ 'NOTIFICATIONS' => 'Notifications',
'NOTIFICATION_BOOKMARK' => '%1$s replied to the topic "%2$s" you have bookmarked.',
'NOTIFICATION_PM' => '%1$s sent you a Private Message "%2$s".',
'NOTIFICATION_POST' => '%1$s replied to the topic "%2$s".',