[GRASS-SVN] r40654 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 25 20:56:50 EST 2010
Author: hamish
Date: 2010-01-25 20:56:50 -0500 (Mon, 25 Jan 2010)
New Revision: 40654
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py
Log:
more error msg
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py 2010-01-26 01:19:22 UTC (rev 40653)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py 2010-01-26 01:56:50 UTC (rev 40654)
@@ -447,7 +447,7 @@
'd.rhumbline' : 'rhumb',
'd.labels' : 'labels'}[cmdlist[0]]
except KeyError:
- wx.MessageBox(message=_("Command '%s' not yet implemented.") % cmdlist[0])
+ wx.MessageBox(message=_("Command '%s' not yet implemented in the GUI.") % cmdlist[0])
return None
# add layer into layer tree
More information about the grass-commit
mailing list