From 0ea8c9dfefffbb24e18779a96349d8443b1ca2a4 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Fri, 9 Jul 2010 16:29:07 +0000 Subject: [PATCH] Fix of typo. svn: r15631 --- 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 341a59290..e54b2afd0 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -6492,7 +6492,7 @@ class NavWebOptions(MenuReportOptions): familymappages.set_help(_("Whether to add an individual page map with " "all the places on this page shown or not? " "This will allow you to see how your family " - "travelled around the country.")) + "traveled around the country.")) menu.add_option(category_name, "familymappages", familymappages) def __archive_changed(self):