[GRASS-SVN] r40672 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jan 26 18:23:21 EST 2010
Author: hamish
Date: 2010-01-26 18:23:21 -0500 (Tue, 26 Jan 2010)
New Revision: 40672
Modified:
grass/trunk/gui/wxpython/gui_modules/goutput.py
Log:
more error msg (merge from devbr6)
Modified: grass/trunk/gui/wxpython/gui_modules/goutput.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/goutput.py 2010-01-26 23:22:56 UTC (rev 40671)
+++ grass/trunk/gui/wxpython/gui_modules/goutput.py 2010-01-26 23:23:21 UTC (rev 40672)
@@ -448,7 +448,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. Try adding it as a command layer instead.") % cmdlist[0])
return None
# add layer into layer tree
More information about the grass-commit
mailing list