From 7a5348de8af4054b3f2afec6b56767fe65d00de1 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Sun, 17 Jun 2012 17:21:26 +0000 Subject: [PATCH] Found an untranslated word. svn: r19856 --- src/plugins/webreport/NarrativeWeb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 07ed5fa90..a53909899 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -881,7 +881,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"),