aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2012-01-27 18:39:04 +0100
committerStefan Ritter <xeno@thehappy.de>2012-01-27 18:39:04 +0100
commitfcb1f954e41779e09613bf8306f40e0b158e1605 (patch)
tree8475d6e18be782034334be4a06b77436f5fce789
parent9017fefc08cd2e686609017643c3b81de769e61c (diff)
Forgot to translate "tags"
-rwxr-xr-xblogthon.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/blogthon.cgi b/blogthon.cgi
index 30448e7..7a1b654 100755
--- a/blogthon.cgi
+++ b/blogthon.cgi
@@ -680,7 +680,7 @@ else:
for tag in tagline_items:
tagline += "<a href=\"%s?t=%s\">%s</a> " % (blog_url, tag, tag)
if tags == "True":
- print(ind*4 + "<div class=\"tags\"><b>Tags:</b> %s</div>" % tagline)
+ print(ind*4 + "<div class=\"tags\"><b>%s</b> %s</div>" % (blog_locale[11], tagline))
else:
content.seek(0)