From fcb1f954e41779e09613bf8306f40e0b158e1605 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Fri, 27 Jan 2012 18:39:04 +0100 Subject: Forgot to translate "tags" --- blogthon.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 += "%s " % (blog_url, tag, tag) if tags == "True": - print(ind*4 + "
Tags: %s
" % tagline) + print(ind*4 + "
%s %s
" % (blog_locale[11], tagline)) else: content.seek(0) -- cgit v1.2.3