6385: Three minor grammar issues
svn: r21471
This commit is contained in:
parent
bb494a56ca
commit
c37bfc9dbe
@ -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 "
|
||||
|
@ -5677,7 +5677,7 @@ class PersonPages(BasePage):
|
||||
self.get_name(person)), inline=True)
|
||||
|
||||
# page description
|
||||
msg = _("This map page represents the person and their descendants with "
|
||||
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 "
|
||||
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user