[GRASS-SVN] r57405 - grass/branches/releasebranch_6_4/display/d.barscale

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Aug 4 13:32:11 PDT 2013


Author: hamish
Date: 2013-08-04 13:32:11 -0700 (Sun, 04 Aug 2013)
New Revision: 57405

Modified:
   grass/branches/releasebranch_6_4/display/d.barscale/main.c
Log:
make at= label more relevant to this module (merge r57404 from devbr6)

Modified: grass/branches/releasebranch_6_4/display/d.barscale/main.c
===================================================================
--- grass/branches/releasebranch_6_4/display/d.barscale/main.c	2013-08-04 20:29:02 UTC (rev 57404)
+++ grass/branches/releasebranch_6_4/display/d.barscale/main.c	2013-08-04 20:32:11 UTC (rev 57405)
@@ -94,8 +94,8 @@
     opt3->answer = "0.0,0.0";
     opt3->options = "0-100";
     opt3->required = NO;
-    opt3->description =
-	_("The screen coordinates for top-left corner of label ([0,0] is top-left of frame)");
+    opt3->label = _("Screen coordinates of the rectangle's top-left corner");
+    opt3->description = _("(0,0) is top-left of the display frame");
 
     fsize = G_define_option();
     fsize->key = "fontsize";



More information about the grass-commit mailing list