[GRASS-SVN] r30261 -
grass/branches/releasebranch_6_3/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Feb 19 15:42:02 EST 2008
Author: hamish
Date: 2008-02-19 15:42:02 -0500 (Tue, 19 Feb 2008)
New Revision: 30261
Modified:
grass/branches/releasebranch_6_3/gui/wxpython/gui_modules/menudata.py
Log:
rename r.cats -> r.category (merge from trunk)
Modified: grass/branches/releasebranch_6_3/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/branches/releasebranch_6_3/gui/wxpython/gui_modules/menudata.py 2008-02-19 20:37:50 UTC (rev 30260)
+++ grass/branches/releasebranch_6_3/gui/wxpython/gui_modules/menudata.py 2008-02-19 20:42:02 UTC (rev 30261)
@@ -330,7 +330,7 @@
("","","", ""),
("Report and statistics", (
("Basic raster information", "Report basic file information", "self.OnMenuCmd", "r.info"),
- ("Report category information", "Report category labels and values", "self.OnMenuCmd", "r.category"),
+ ("Manage category information", "Manage category labels and values", "self.OnMenuCmd", "r.category"),
("","","", ""),
("General statistics", "General statistics", "self.OnMenuCmd", "r.stats"),
("Range of category values", "Range of all category values", "self.OnMenuCmd", "r.describe"),
More information about the grass-commit
mailing list