[GRASS-SVN] r57380 - grass/trunk/display/d.barscale

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 2 18:23:58 PDT 2013


Author: hamish
Date: 2013-08-02 18:23:58 -0700 (Fri, 02 Aug 2013)
New Revision: 57380

Modified:
   grass/trunk/display/d.barscale/main.c
Log:
make at= label more relevant to this module

Modified: grass/trunk/display/d.barscale/main.c
===================================================================
--- grass/trunk/display/d.barscale/main.c	2013-08-02 19:29:58 UTC (rev 57379)
+++ grass/trunk/display/d.barscale/main.c	2013-08-03 01:23:58 UTC (rev 57380)
@@ -83,7 +83,7 @@
     coords->options = "0-100";
     coords->required = YES;
     coords->label =
-	_("The screen coordinates for top-left corner of label");
+	_("Screen coordinates of the rectangle's top-left corner");
     coords->description = _("(0,0) is lower-left of frame");
 
     fg_color_opt = G_define_standard_option(G_OPT_C_FG);



More information about the grass-commit mailing list