From 25007d13cad1146386795d4e2057127e956a0c7f Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Sun, 17 Jun 2012 17:19:21 +0000 Subject: [PATCH] Found an untranslated word. svn: r19854 --- 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 35241053c..6a7b993fd 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -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"),