Found an untranslated word.

svn: r19856
This commit is contained in:
Peter Landgren 2012-06-17 17:21:26 +00:00
parent d6b20e48ec
commit 7a5348de8a

View File

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