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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 22 17:46:01 EST 2011


Author: hellik
Date: 2011-01-22 14:46:01 -0800 (Sat, 22 Jan 2011)
New Revision: 45155

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

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:44:57 UTC (rev 45154)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py	2011-01-22 22:46:01 UTC (rev 45155)
@@ -238,7 +238,7 @@
         # buttons
         #
         self.btn_console_clear = wx.Button(parent = self.panelPrompt, id = wx.ID_ANY,
-                                           label = _("C&lear output"), size=(125,-1))
+                                           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))
         if self.parent.GetName() != 'LayerManager':



More information about the grass-commit mailing list