[GRASS-SVN] r31029 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Apr 18 14:15:07 EDT 2008
Author: martinl
Date: 2008-04-18 14:15:06 -0400 (Fri, 18 Apr 2008)
New Revision: 31029
Modified:
grass/trunk/gui/wxpython/gui_modules/preferences.py
Log:
wxGUI (preferences): wording in buttons tooltip
Modified: grass/trunk/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/preferences.py 2008-04-17 23:56:37 UTC (rev 31028)
+++ grass/trunk/gui/wxpython/gui_modules/preferences.py 2008-04-18 18:15:06 UTC (rev 31029)
@@ -376,9 +376,9 @@
btnDefault.Bind(wx.EVT_BUTTON, self.OnDefault)
btnDefault.SetToolTipString(_("Revert settings to default and apply changes"))
btnApply.Bind(wx.EVT_BUTTON, self.OnApply)
- btnApply.SetToolTipString(_("Apply changes for this session"))
+ btnApply.SetToolTipString(_("Apply changes for the current session"))
btnSave.Bind(wx.EVT_BUTTON, self.OnSave)
- btnSave.SetToolTipString(_("Close dialog and save changes to user settings file"))
+ btnSave.SetToolTipString(_("Apply and save changes to user settings file (default for next sessions)"))
btnSave.SetDefault()
btnCancel.Bind(wx.EVT_BUTTON, self.OnCancel)
btnCancel.SetToolTipString(_("Close dialog and ignore changes"))
More information about the grass-commit
mailing list