From 9114de0a0f10f0ba51b8577f73b0e06fbf9c6530 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 6 Nov 2007 14:55:23 +0000 Subject: [PATCH] "short" variant of locked to be placed "behind" a button. git-svn-id: file:///svn/phpbb/trunk@8230 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/common.php | 1 + phpBB/styles/prosilver/template/viewtopic_body.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 @@