From 2cd2b3c84dff326d5b866c1d5db5f95d94dcc948 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Fri, 23 Jul 2010 07:27:32 +0000 Subject: [PATCH] Changed gramps to Gramps. svn: r15649 --- 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 88d15b08c..e1cd648d8 100644 --- a/src/plugins/view/geoview.py +++ b/src/plugins/view/geoview.py @@ -590,20 +590,20 @@ class GeoView(HtmlView): 1, 'preferences.crosshair') configdialog.add_checkbox(table, _('Show the coordinates in the statusbar either in degrees\n' - 'or in internal gramps format ( D.D8 )'), + 'or in internal Gramps format ( D.D8 )'), 2, 'preferences.coordinates-in-degree') if self.get_toolkit() == 3 : # We have mozilla ( gecko ) and webkit toolkits. # We propose to the user the choice between these toolkits. # useful when webkit crash and not gecko. - # We need to restart gramps. + # We need to restart Gramps. # In case of crash with a browser, we can change the toolkit in # Geography_geoview.ini : # webkit=False => gtkmozembed (gecko) # webkit=True => webkit configdialog.add_checkbox(table, _('When selected, we use webkit else we use mozilla\n' - 'We need to restart gramps.'), + 'We need to restart Gramps.'), 3, 'preferences.webkit') return _('The map'), table