diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index f6ab75fc5b..f7e672e22b 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -575,6 +575,7 @@ $lang = array_merge($lang, array( 'TOPICS' => 'Topics', 'TOPIC_ICON' => 'Topic icon', 'TOPIC_LOCKED' => 'This topic is locked, you cannot edit posts or make further replies.', + 'TOPIC_LOCKED_SHORT'=> 'Topic locked', 'TOPIC_MOVED' => 'Moved topic', 'TOPIC_REVIEW' => 'Topic review', 'TOPIC_TITLE' => 'Topic title', diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 040cd7709a..2238f402aa 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -32,7 +32,7 @@
@@ -240,7 +240,7 @@