[GRASS-SVN] r33617 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Sep 30 10:32:12 EDT 2008
Author: martinl
Date: 2008-09-30 10:32:12 -0400 (Tue, 30 Sep 2008)
New Revision: 33617
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py
Log:
wxGUI: close button tooltip cosmetics
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py 2008-09-30 12:41:55 UTC (rev 33616)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py 2008-09-30 14:32:12 UTC (rev 33617)
@@ -639,7 +639,7 @@
btnsizer = wx.BoxSizer(orient=wx.HORIZONTAL)
# cancel
self.btn_cancel = wx.Button(parent=self.panel, id=wx.ID_CLOSE)
- self.btn_cancel.SetToolTipString(_("Cancel the command settings and ignore changes"))
+ self.btn_cancel.SetToolTipString(_("Close this window without executing the command"))
btnsizer.Add(item=self.btn_cancel, proportion=0, flag=wx.ALL | wx.ALIGN_CENTER, border=10)
self.btn_cancel.Bind(wx.EVT_BUTTON, self.OnCancel)
# help
More information about the grass-commit
mailing list