From c37bfc9dbe83cc19083de732693ebe74ec7806f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Wed, 27 Feb 2013 14:19:30 +0000 Subject: [PATCH] 6385: Three minor grammar issues svn: r21471 --- gramps/gui/editors/displaytabs/backreflist.py | 2 +- gramps/plugins/webreport/narrativeweb.py | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/gramps/gui/editors/displaytabs/backreflist.py b/gramps/gui/editors/displaytabs/backreflist.py index e5cde3880..c8dca5515 100644 --- a/gramps/gui/editors/displaytabs/backreflist.py +++ b/gramps/gui/editors/displaytabs/backreflist.py @@ -173,7 +173,7 @@ class BackRefList(EmbeddedList): "edited, and opening a citation editor " "(which also allows the source " "to be edited), would create ambiguity " - "by opening two editor on the same source. " + "by opening two editors on the same source. " "\n\n" "To edit the citation, close the source " "editor and open an editor for the citation " diff --git a/gramps/plugins/webreport/narrativeweb.py b/gramps/plugins/webreport/narrativeweb.py index 8ff9d9c78..c06dbc678 100644 --- a/gramps/plugins/webreport/narrativeweb.py +++ b/gramps/plugins/webreport/narrativeweb.py @@ -5677,10 +5677,10 @@ class PersonPages(BasePage): self.get_name(person)), inline=True) # page description - msg = _("This map page represents the person and their descendants with " - "all of their event/ places. If you place your mouse over " - "the marker it will display the place name. The markers and the Reference " - "list are sorted in date order (if any?). Clicking on a place’s " + msg = _("This map page represents that person and any descendants with " + "all of their event/ places. If you place your mouse over " + "the marker it will display the place name. The markers and the Reference " + "list are sorted in date order (if any?). Clicking on a place’s " "name in the Reference section will take you to that place’s page.") mapdetail += Html("p", msg, id = "description") @@ -8112,8 +8112,8 @@ 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 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 " + self.__create_thumbs_only.set_help(_("This option allows you to create only thumbnail images " + "instead of the full-sized images on the Media Page. 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) self.__create_thumbs_only.connect("value-changed", self.__gallery_changed)