[GRASS-SVN] r58865 - grass/trunk/raster/r.li/r.li.setup

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 3 13:51:15 PST 2014


Author: hamish
Date: 2014-02-03 13:51:15 -0800 (Mon, 03 Feb 2014)
New Revision: 58865

Modified:
   grass/trunk/raster/r.li/r.li.setup/r.li.setup.main
Log:
msg cosmetics (merge from devbr6)

Modified: grass/trunk/raster/r.li/r.li.setup/r.li.setup.main
===================================================================
--- grass/trunk/raster/r.li/r.li.setup/r.li.setup.main	2014-02-03 21:49:28 UTC (rev 58864)
+++ grass/trunk/raster/r.li/r.li.setup/r.li.setup.main	2014-02-03 21:51:15 UTC (rev 58865)
@@ -88,7 +88,7 @@
 	frame $widget.samplingArea.choice
 	pack $widget.samplingArea.choice
 	set selection ""
-	radiobutton $widget.samplingArea.choice.whole -text "Whole maplayer" -relief flat -variable selection -value whole -width 40 -anchor w 
+	radiobutton $widget.samplingArea.choice.whole -text "Whole map layer" -relief flat -variable selection -value whole -width 40 -anchor w 
 	radiobutton $widget.samplingArea.choice.regions -text "Regions" -relief flat -variable selection -value regions -width 40 -anchor w
 	radiobutton $widget.samplingArea.choice.units -text "Sample units" -relief flat -variable selection -value units -width 40 -anchor w
 	radiobutton $widget.samplingArea.choice.window -text "Moving window" -relief flat -variable selection -value window -width 40 -anchor w
@@ -130,7 +130,7 @@
 	pack $widget.samplingFrame.choice
 	# choice selection
 	set selection ""
-	radiobutton $widget.samplingFrame.choice.whole -text "Whole maplayer" -relief flat -variable selection -value whole -width 25 -anchor w
+	radiobutton $widget.samplingFrame.choice.whole -text "Whole map layer" -relief flat -variable selection -value whole -width 25 -anchor w
 	radiobutton $widget.samplingFrame.choice.keyboard -text "Keyboard setting" -relief flat -variable selection -value keyboard -width 25 -anchor w
 	radiobutton $widget.samplingFrame.choice.mouse -text "Draw the sampling frame" -relief flat -variable selection -value mouse -width 25 -anchor w
 	pack $widget.samplingFrame.choice.whole $widget.samplingFrame.choice.keyboard $widget.samplingFrame.choice.mouse



More information about the grass-commit mailing list