[GRASS-SVN] r58864 - grass/branches/develbranch_6/raster/r.li/r.li.setup
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Feb 3 13:49:28 PST 2014
Author: hamish
Date: 2014-02-03 13:49:28 -0800 (Mon, 03 Feb 2014)
New Revision: 58864
Modified:
grass/branches/develbranch_6/raster/r.li/r.li.setup/r.li.setup.main
Log:
msg cosmetics
Modified: grass/branches/develbranch_6/raster/r.li/r.li.setup/r.li.setup.main
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.setup/r.li.setup.main 2014-02-03 21:48:32 UTC (rev 58863)
+++ grass/branches/develbranch_6/raster/r.li/r.li.setup/r.li.setup.main 2014-02-03 21:49:28 UTC (rev 58864)
@@ -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