[GRASS-SVN] r33618 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 30 10:42:19 EDT 2008


Author: martinl
Date: 2008-09-30 10:42:19 -0400 (Tue, 30 Sep 2008)
New Revision: 33618

Modified:
   grass/trunk/gui/wxpython/gui_modules/menuform.py
Log:
wxGUI: close button tooltip cosmetics
(merge from devbr6, r33617)


Modified: grass/trunk/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menuform.py	2008-09-30 14:32:12 UTC (rev 33617)
+++ grass/trunk/gui/wxpython/gui_modules/menuform.py	2008-09-30 14:42:19 UTC (rev 33618)
@@ -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