6385: Three minor grammar issues

svn: r21471
This commit is contained in:
Jérôme Rapinat 2013-02-27 14:19:30 +00:00
parent bb494a56ca
commit c37bfc9dbe
2 changed files with 7 additions and 7 deletions

View File

@ -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 "

View File

@ -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)