[GRASS-SVN] r45319 - grass/branches/develbranch_6/display/d.legend
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Feb 6 05:33:24 EST 2011
Author: hamish
Date: 2011-02-06 02:33:24 -0800 (Sun, 06 Feb 2011)
New Revision: 45319
Modified:
grass/branches/develbranch_6/display/d.legend/main.c
Log:
minor mod to at= option description to help deconfuse students
Modified: grass/branches/develbranch_6/display/d.legend/main.c
===================================================================
--- grass/branches/develbranch_6/display/d.legend/main.c 2011-02-06 04:51:04 UTC (rev 45318)
+++ grass/branches/develbranch_6/display/d.legend/main.c 2011-02-06 10:33:24 UTC (rev 45319)
@@ -131,7 +131,7 @@
opt7->required = NO;
opt7->options = "0-100";
opt7->label =
- _("Placement as percentage of screen coordinates (0,0 is lower left)");
+ _("Size and placement as percentage of screen coordinates (0,0 is lower left)");
opt7->description = opt7->key_desc;
opt7->answer = NULL;
More information about the grass-commit
mailing list