[GRASS-SVN] r45158 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 22 17:54:27 EST 2011


Author: martinl
Date: 2011-01-22 14:54:27 -0800 (Sat, 22 Jan 2011)
New Revision: 45158

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py
Log:
revert r45154


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py	2011-01-22 22:52:21 UTC (rev 45157)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py	2011-01-22 22:54:27 UTC (rev 45158)
@@ -240,7 +240,7 @@
         self.btn_console_clear = wx.Button(parent = self.panelPrompt, id = wx.ID_ANY,
                                            label = _("&Clear output"), size=(125,-1))
         self.btn_cmd_clear = wx.Button(parent = self.panelPrompt, id = wx.ID_ANY,
-                                       label = _("&Clear command"), size=(125,-1))
+                                       label = _("C&lear command"), size=(125,-1))
         if self.parent.GetName() != 'LayerManager':
             self.btn_cmd_clear.Hide()
         self.btn_console_save  = wx.Button(parent = self.panelPrompt, id = wx.ID_ANY,



More information about the grass-commit mailing list