From d306f009ea197adfe18a087043a7ab842fbae809 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Mon, 5 Dec 2011 17:30:13 +0000 Subject: [PATCH] Fixed a minor typo. svn: r18550 --- 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 4e73e1d8a..ab6388252 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -5051,7 +5051,7 @@ class IndividualPage(BasePage): # page message msg = _("This map page represents the person and their descendants only. " - "The markers and the Referene list are sorted in chronological order. " + "The markers and the Reference list are sorted in chronological order. " "Clicking on a place’s name in the Reference section will " "take you to that page’s page.") mapbackground += Html("p", msg, id = "description")