Found an untranslated word.

svn: r19854
This commit is contained in:
Peter Landgren 2012-06-17 17:19:21 +00:00
parent a5f44c2a14
commit 25007d13ca

View File

@ -880,7 +880,7 @@ class BasePage(object):
trow.extend(
Html("th", trans, class_ =colclass, inline =True)
for trans, colclass in [
(("Event"), "ColumnEvent"),
(_("Event"), "ColumnEvent"),
(_("Date"), "ColumnDate"),
(_("Place"), "ColumnPlace"),
(_("Notes"), "ColumnNotes"),