diff options
Diffstat (limited to 'phpBB/language/en/viewforum.php')
-rw-r--r-- | phpBB/language/en/viewforum.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/viewforum.php b/phpBB/language/en/viewforum.php index 00c54d7137..c981c24eb1 100644 --- a/phpBB/language/en/viewforum.php +++ b/phpBB/language/en/viewforum.php @@ -51,7 +51,7 @@ $lang = array_merge($lang, array( 'POST_FORUM_LOCKED' => 'Forum is locked', - 'TOPICS_MARKED' => 'The topics for this forum have now been marked read', + 'TOPICS_MARKED' => 'The topics for this forum have now been marked read.', 'VIEW_FORUM' => 'View forum', 'VIEW_FORUM_TOPIC' => '1 topic', |