summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-06-15 08:27:52 +0200
committerAndreas Gohr <andi@splitbrain.org>2014-06-15 08:27:52 +0200
commit6b083ad5546e0efe8aab0bef2e03ed4502379973 (patch)
treeb6e0ddf7e37a5a252e33de7b6b443642b18eec49 /inc/html.php
parent04092674ab69285e6919dae56a240efad2fb952d (diff)
parent0090d674d4d9cbeeae7964d01b3c60d5ae38d223 (diff)
downloadrpg-6b083ad5546e0efe8aab0bef2e03ed4502379973.tar.gz
rpg-6b083ad5546e0efe8aab0bef2e03ed4502379973.tar.bz2
Merge pull request #719 from splitbrain/trailingcolons
Move trailing colons to the language strings
Diffstat (limited to 'inc/html.php')
-rw-r--r--inc/html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/html.php b/inc/html.php
index be7afae0c..1db181c49 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -411,8 +411,8 @@ function html_locked(){
print p_locale_xhtml('locked');
print '<ul>';
- print '<li><div class="li"><strong>'.$lang['lockedby'].':</strong> '.editorinfo($INFO['locked']).'</div></li>';
- print '<li><div class="li"><strong>'.$lang['lockexpire'].':</strong> '.$expire.' ('.$min.' min)</div></li>';
+ print '<li><div class="li"><strong>'.$lang['lockedby'].'</strong> '.editorinfo($INFO['locked']).'</div></li>';
+ print '<li><div class="li"><strong>'.$lang['lockexpire'].'</strong> '.$expire.' ('.$min.' min)</div></li>';
print '</ul>';
}