[GRASS-SVN] r45355 - grass/branches/develbranch_6/gui/tcltk/gis.m

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 9 15:40:39 EST 2011


Author: hellik
Date: 2011-02-09 12:40:38 -0800 (Wed, 09 Feb 2011)
New Revision: 45355

Modified:
   grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl
Log:
typo

Modified: grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl
===================================================================
--- grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl	2011-02-09 20:38:57 UTC (rev 45354)
+++ grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl	2011-02-09 20:40:38 UTC (rev 45355)
@@ -356,7 +356,7 @@
  		{command {[G_msg "Shannon's diversity"]} {} "r.li.shannon: Calculate Shannon's diversity index" {} -command {execute r.li.shannon }}
  		{command {[G_msg "Simpson's diversity"]} {} "r.li.simpson: Calculate Simpson's diversity index" {} -command {execute r.li.simpson }}
 		{separator}
-		{command {[G_msg "Ricness"]} {} "r.li.richness: Calculate ricness index" {} -command {execute r.li.richness }}
+		{command {[G_msg "Richness"]} {} "r.li.richness: Calculate richness index" {} -command {execute r.li.richness }}
  		{command {[G_msg "Shape index"]} {} "r.li.shape: Calculate shape index" {} -command {execute r.li.shape }}
 	}}
 	{cascad {[G_msg "Wildfire modeling"]} {} "" $tmenu {			



More information about the grass-commit mailing list