Forgot to translate "tags"

This commit is contained in:
Stefan Ritter 2012-01-27 18:39:04 +01:00
parent 9017fefc08
commit fcb1f954e4
1 changed files with 1 additions and 1 deletions

View File

@ -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)