From da5f49d175aa14d80df88049835d6d8b480a2cf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sun, 24 Apr 2011 07:05:08 +0000 Subject: [PATCH] typo svn: r17235 --- src/plugins/view/geoview.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/view/geoview.py b/src/plugins/view/geoview.py index c03312a50..08a2f6401 100644 --- a/src/plugins/view/geoview.py +++ b/src/plugins/view/geoview.py @@ -542,7 +542,7 @@ class GeoView(HtmlView): 'or in internal Gramps format ( D.D8 )'), 2, 'preferences.coordinates-in-degree') configdialog.add_pos_int_entry(table, - _('The maximum number of markers per page. ' + _('The maximum number of markers per page.\n' 'If the time to load one page is too long, reduce this value'), 3, 'preferences.markers', self.config_update_int) @@ -591,8 +591,8 @@ class GeoView(HtmlView): 3, 'preferences.network-periodicity', self.config_update_int) configdialog.add_text(table, - _('Host to test for http. Please, change this ' - 'and select one of your choice.'), + _('Host to test for http. Please, change this\n' + 'and select one of your choice'), 4) configdialog.add_entry(table, '', 5, 'preferences.network-site')