Changed gramps to Gramps.

svn: r15649
This commit is contained in:
Peter Landgren 2010-07-23 07:27:32 +00:00
parent 52049dd9ca
commit 2cd2b3c84d

View File

@ -590,20 +590,20 @@ class GeoView(HtmlView):
1, 'preferences.crosshair') 1, 'preferences.crosshair')
configdialog.add_checkbox(table, configdialog.add_checkbox(table,
_('Show the coordinates in the statusbar either in degrees\n' _('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') 2, 'preferences.coordinates-in-degree')
if self.get_toolkit() == 3 : if self.get_toolkit() == 3 :
# We have mozilla ( gecko ) and webkit toolkits. # We have mozilla ( gecko ) and webkit toolkits.
# We propose to the user the choice between these toolkits. # We propose to the user the choice between these toolkits.
# useful when webkit crash and not gecko. # 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 # In case of crash with a browser, we can change the toolkit in
# Geography_geoview.ini : # Geography_geoview.ini :
# webkit=False => gtkmozembed (gecko) # webkit=False => gtkmozembed (gecko)
# webkit=True => webkit # webkit=True => webkit
configdialog.add_checkbox(table, configdialog.add_checkbox(table,
_('When selected, we use webkit else we use mozilla\n' _('When selected, we use webkit else we use mozilla\n'
'We need to restart gramps.'), 'We need to restart Gramps.'),
3, 'preferences.webkit') 3, 'preferences.webkit')
return _('The map'), table return _('The map'), table