[GRASS-SVN] r31151 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Apr 27 17:29:56 EDT 2008
Author: martinl
Date: 2008-04-27 17:29:56 -0400 (Sun, 27 Apr 2008)
New Revision: 31151
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/toolbars.py
Log:
wxGUI: wording, message cosmetics
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/toolbars.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/toolbars.py 2008-04-27 21:13:29 UTC (rev 31150)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/toolbars.py 2008-04-27 21:29:56 UTC (rev 31151)
@@ -768,7 +768,7 @@
if UserSettings.Get(group='advanced', key='digitInterface', subkey='type') == 'vdigit':
if UserSettings.Get(group='vdigit', key='saveOnExit', subkey='enabled') is False:
dlg = wx.MessageDialog(parent=self.parent, message=_("Do you want to save changes "
- "to vector map <%s>?") % layerSelected.name,
+ "in vector map <%s>?") % layerSelected.name,
caption=_("Save changes?"),
style=wx.YES_NO | wx.YES_DEFAULT | wx.ICON_QUESTION)
if dlg.ShowModal() == wx.ID_NO:
More information about the grass-commit
mailing list