From a0e510a21030e032578c0a47c6230242592b64ec Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Mon, 15 Mar 2010 22:15:25 +0000 Subject: [PATCH] 3709: Typos and grammar mistakes svn: r14842 --- 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 934bf80af..2a607a21c 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.2', status = STABLE, diff --git a/src/plugins/view/geoview.py b/src/plugins/view/geoview.py index 7fb924b57..37a8bb1de 100644 --- a/src/plugins/view/geoview.py +++ b/src/plugins/view/geoview.py @@ -524,8 +524,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 @@ -555,7 +555,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, @@ -2126,8 +2126,8 @@ class GeoView(HtmlView): if center: page = self._create_message_page( _("Cannot center the map. No location with coordinates." - "The following reasons are :