From 06ca52e812237b5399d35854da9a4507a1a0f4cb Mon Sep 17 00:00:00 2001 From: Gary Burton Date: Sat, 28 Nov 2009 19:12:36 +0000 Subject: [PATCH] Fix typo svn: r13683 --- 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 a9bee9b77..10a6e365f 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -129,7 +129,7 @@ COUNTRY = _("Country") DEATH = _("Death") DHEAD = _("Date") DESCRHEAD = _("Description") -_EVENT = _("Eent") +_EVENT = _("Event") GRAMPSID = _("Gramps ID") LATITUDE = _("Latitude") LOCATIONS = _("Alternate Locations")