diff options
author | Stefan Ritter <xeno@thehappy.de> | 2012-01-27 18:39:04 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2012-01-27 18:39:04 +0100 |
commit | fcb1f954e41779e09613bf8306f40e0b158e1605 (patch) | |
tree | 8475d6e18be782034334be4a06b77436f5fce789 | |
parent | 9017fefc08cd2e686609017643c3b81de769e61c (diff) |
Forgot to translate "tags"
-rwxr-xr-x | blogthon.cgi | 2 |
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) |