diff --git a/src/glade/editattribute.glade b/src/glade/editattribute.glade index 1cd2389bc..a1ace0c86 100644 --- a/src/glade/editattribute.glade +++ b/src/glade/editattribute.glade @@ -54,7 +54,7 @@ True True - The value of the attribute. Eg. 1.8, Sunny, or Bleu eyes. + The value of the attribute. Eg. 1.8, Sunny, or Blue eyes. diff --git a/src/glade/editmediaref.glade b/src/glade/editmediaref.glade index c8f143739..2c86daa68 100644 --- a/src/glade/editmediaref.glade +++ b/src/glade/editmediaref.glade @@ -98,8 +98,7 @@ You can use the mouse on the picture to select a region, or use these spinbutton True True If media is an image, select the specific part of the image you want to reference. -You can use the mouse on the picture to select a region, or use these spinbuttons to set the top left, and bottom right corner of the referenced region. Point (0,0) is the top left corner of the picture, and (100,100) the bottom right corner. - +You can use the mouse on the picture to select a region, or use these spinbuttons to set the top left, and bottom right corner of the referenced region. Point (0,0) is the top left corner of the picture, and (100,100) the bottom right corner. adjustment3 1 diff --git a/src/glade/editperson.glade b/src/glade/editperson.glade index 254bb784c..5b56f19f3 100644 --- a/src/glade/editperson.glade +++ b/src/glade/editperson.glade @@ -287,7 +287,7 @@ True True Use Multiple Surnames -Indicate that the surname consists of different parts. Every surname has it's own prefix and a possible connector to the next surname. Eg., the surname Ramón y Cajal can be stored as Ramón, which is inherited from the father, the connector y, and Cajal, which is inherited from the mother. +Indicate that the surname consists of different parts. Every surname has its own prefix and a possible connector to the next surname. Eg., the surname Ramón y Cajal can be stored as Ramón, which is inherited from the father, the connector y, and Cajal, which is inherited from the mother. image2 True diff --git a/src/glade/editplace.glade b/src/glade/editplace.glade index e1c0480b8..fc13e9857 100644 --- a/src/glade/editplace.glade +++ b/src/glade/editplace.glade @@ -137,7 +137,7 @@ True True - Latitude (position above equation) of the place in decimal or degree notation. + Latitude (position above the Equator) of the place in decimal or degree notation. Eg, valid values are 12.0154, 50°52'21.92"N, N50º52'21.92" or 50:52:21.92 You can set these values via the Geography View by searching the place, or via a map service in the place view. diff --git a/src/glade/editsourceref.glade b/src/glade/editsourceref.glade index 45bb67c10..78efb5103 100644 --- a/src/glade/editsourceref.glade +++ b/src/glade/editsourceref.glade @@ -80,7 +80,7 @@ True True - Specific location with in the information referenced. For a published work, this could include the volume of a multi-volume work and the page number(s). For a periodical, it could include volume, issue, and page numbers. For a newspaper, it could include a column number and page number. For an unpublished source, this could be a sheet number, page number, frame number, etc. A census record might have a line number or dwelling and family numbers in addition to the page number. + Specific location within the information referenced. For a published work, this could include the volume of a multi-volume work and the page number(s). For a periodical, it could include volume, issue, and page numbers. For a newspaper, it could include a column number and page number. For an unpublished source, this could be a sheet number, page number, frame number, etc. A census record might have a line number or dwelling and family numbers in addition to the page number. diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 0a281d3ed..9a733a7da 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -144,7 +144,7 @@ THEAD = _("Type") TEMPLE = _("Temple") VHEAD = _("Value") ALT_LOCATIONS = _("Alternate Locations") -_UNKNOWN = _("Unkonwn") +_UNKNOWN = _("Unknown") # initialize global variable place_lat_long = [] @@ -2682,7 +2682,7 @@ class EventListPage(BasePage): msg = _("This page contains an index of all the events in the " "database, sorted by their type and date (if one is " - "present), Clicking on an event’s Gramps ID " + "present). Clicking on an event’s Gramps ID " "will open a page for that event.") eventlist += Html("p", msg, id = "description") @@ -6685,8 +6685,8 @@ class NavWebOptions(MenuReportOptions): familymappages = BooleanOption(_("Include Individual Page Map with " "all places shown on map"), False) - familymappages.set_help(_("Whether to add an individual page map with " - "all the places on this page shown or not? " + familymappages.set_help(_("Whether or not to add an individual page map " + "showing all the places on this page. " "This will allow you to see how your family " "traveled around the country.")) menu.add_option(category_name, "familymappages", familymappages)