From 9850c791a3ffcefdf7872d4c7c0e1021d797d8f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Tue, 14 Feb 2012 12:19:06 +0000 Subject: [PATCH] typos svn: r18880 --- src/plugins/webreport/NarrativeWeb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 2c377ce35..1208fb6c8 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -887,7 +887,7 @@ class BasePage(object): for trans, colclass in [ (("Event"), "ColumnEvent"), (_("Date"), "ColumnDate"), - (_("Pkace"), "ColumnPlace"), + (_("Place"), "ColumnPlace"), (_("Notes"), "ColumnNotes"), (_("Sources"), "ColumnSources") ] ) @@ -7836,7 +7836,7 @@ class NavWebOptions(MenuReportOptions): self.__gallery.connect('value-changed', self.__gallery_changed) self.__create_thumbs_only = BooleanOption(_("Create and only use thumbnail- sized images"), False) - self.__create_thumbs_only.set_help(_("This options allows you the choice to not create any full- sized " + self.__create_thumbs_only.set_help(_("This option allows you the choice to not create any full- sized " "images as in the Media Page, and only a thumb- sized images. This will allow you to have a much " "smaller total upload size to your web hosting site.")) addopt("create_thumbs_only", self.__create_thumbs_only)