From 1a2cf9dbbcbcaec3e1ea8526a08b11dc7b8e1f74 Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Mon, 15 Mar 2010 22:15:29 +0000 Subject: [PATCH] 3709: Typos and grammar mistakes svn: r14843 --- src/plugins/view/geoview.gpr.py | 2 +- src/plugins/view/geoview.py | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/plugins/view/geoview.gpr.py b/src/plugins/view/geoview.gpr.py index 6b0237079..db6f9ad8c 100644 --- a/src/plugins/view/geoview.gpr.py +++ b/src/plugins/view/geoview.gpr.py @@ -49,7 +49,7 @@ if not (TOOLKIT == NOWEB): id = 'geoview', name = _("Geographic View"), description = _("The view showing events on an interactive internet map " - "(internet connection needed"), + "(internet connection needed)"), version = '1.0', gramps_target_version = '3.3', status = STABLE, diff --git a/src/plugins/view/geoview.py b/src/plugins/view/geoview.py index 9f516cd6f..d5fa48ce3 100644 --- a/src/plugins/view/geoview.py +++ b/src/plugins/view/geoview.py @@ -557,8 +557,8 @@ class GeoView(HtmlView): _('Crosshair on the map.'), 1, 'preferences.crosshair') configdialog.add_checkbox(table, - _('Show the coordinates in the statusbar either in degree' - '\neither in internal gramps format ( D.D8 )'), + _('Show the coordinates in the statusbar either in degrees' + '\nor in internal gramps format ( D.D8 )'), 2, 'preferences.coordinates-in-degree') return _('The map'), table @@ -588,7 +588,7 @@ class GeoView(HtmlView): self.config_update_int) configdialog.add_pos_int_entry(table, _('Time in seconds between two network tests.' - '\nMust be greater or equal to 10 secondes'), + '\nMust be greater or equal to 10 seconds'), 3, 'preferences.network-periodicity', self.config_update_int) configdialog.add_text(table, @@ -2424,8 +2424,8 @@ class GeoView(HtmlView): if center: page = self._create_message_page( _("Cannot center the map. No location with coordinates." - "The following reasons are :