diff --git a/gramps/gui/glade/editcitation.glade b/gramps/gui/glade/editcitation.glade
index 552b8b635..29657fc21 100644
--- a/gramps/gui/glade/editcitation.glade
+++ b/gramps/gui/glade/editcitation.glade
@@ -178,7 +178,7 @@
diff --git a/gramps/gui/glade/editname.glade b/gramps/gui/glade/editname.glade
index 98ba18667..e9db760dc 100644
--- a/gramps/gui/glade/editname.glade
+++ b/gramps/gui/glade/editname.glade
@@ -330,7 +330,7 @@
TrueFalsestart
- Given Name(s)
+ Given Name(s)
diff --git a/gramps/gui/glade/editplace.glade b/gramps/gui/glade/editplace.glade
index de028d3f0..32e97ac93 100644
--- a/gramps/gui/glade/editplace.glade
+++ b/gramps/gui/glade/editplace.glade
@@ -235,7 +235,7 @@ You can set these values via the Geography View by searching the place, or via a
diff --git a/gramps/gui/glade/editplaceref.glade b/gramps/gui/glade/editplaceref.glade
index 925859f2e..b8cab9b57 100644
--- a/gramps/gui/glade/editplaceref.glade
+++ b/gramps/gui/glade/editplaceref.glade
@@ -373,7 +373,7 @@
diff --git a/gramps/plugins/drawreport/ancestortree.py b/gramps/plugins/drawreport/ancestortree.py
index 775ceec37..8ab0d665c 100644
--- a/gramps/plugins/drawreport/ancestortree.py
+++ b/gramps/plugins/drawreport/ancestortree.py
@@ -963,7 +963,7 @@ class AncestorTreeOptions(MenuReportOptions):
repldisp = TextOption(
_("Replace Display Format:\n'Replace this'/' with this'"),
[])
- repldisp.set_help(_("i.e.\nUnited States of America/U.S.A"))
+ repldisp.set_help(_("i.e.\nUnited States of America/U.S.A."))
menu.add_option(category_name, "replace_list", repldisp)
# TODO this code is never used and so I conclude it is for future use
diff --git a/gramps/plugins/drawreport/descendtree.py b/gramps/plugins/drawreport/descendtree.py
index 40d150718..3ae069738 100644
--- a/gramps/plugins/drawreport/descendtree.py
+++ b/gramps/plugins/drawreport/descendtree.py
@@ -1696,7 +1696,7 @@ class DescendTreeOptions(MenuReportOptions):
repldisp = TextOption(
_("Replace Display Format:\n'Replace this'/' with this'"),
[])
- repldisp.set_help(_("i.e.\nUnited States of America/U.S.A"))
+ repldisp.set_help(_("i.e.\nUnited States of America/U.S.A."))
menu.add_option(category_name, "replace_list", repldisp)
self.usenote = BooleanOption(_('Include a note'), False)
diff --git a/gramps/plugins/importer/importgedcom.glade b/gramps/plugins/importer/importgedcom.glade
index e323203d3..52a6f7903 100644
--- a/gramps/plugins/importer/importgedcom.glade
+++ b/gramps/plugins/importer/importgedcom.glade
@@ -15,7 +15,7 @@
ANSEL
-
ANSI (iso-8859-1)
+
ANSI (ISO-8859-1)
ASCII
diff --git a/gramps/plugins/webreport/narrativeweb.py b/gramps/plugins/webreport/narrativeweb.py
index 74976c61e..c8f2dea86 100644
--- a/gramps/plugins/webreport/narrativeweb.py
+++ b/gramps/plugins/webreport/narrativeweb.py
@@ -2129,13 +2129,13 @@ class NavWebOptions(MenuReportOptions):
birthorder = BooleanOption(
_('Sort all children in birth order'), False)
birthorder.set_help(
- _('Whether to display children in birth order or in entry order?'))
+ _('Whether to display children in birth order or in entry order.'))
addopt("birthorder", birthorder)
coordinates = BooleanOption(
_('Do we display coordinates in the places list?'), False)
coordinates.set_help(
- _('Whether to display latitude/longitude in the places list?'))
+ _('Whether to display latitude/longitude in the places list.'))
addopt("coordinates", coordinates)
reference_sort = BooleanOption(
@@ -2200,7 +2200,7 @@ class NavWebOptions(MenuReportOptions):
headernote = NoteOption(_('HTML user header'))
headernote.set_help(_("A note to be used as the page header"
- " or a php code to insert."))
+ " or a PHP code to insert."))
addopt("headernote", headernote)
footernote = NoteOption(_('HTML user footer'))