[GRASS-SVN] r45262 - grass/branches/develbranch_6/display/d.barscale

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 31 03:30:21 EST 2011


Author: hamish
Date: 2011-01-31 00:30:21 -0800 (Mon, 31 Jan 2011)
New Revision: 45262

Modified:
   grass/branches/develbranch_6/display/d.barscale/main.c
Log:
rm d.grid hangover

Modified: grass/branches/develbranch_6/display/d.barscale/main.c
===================================================================
--- grass/branches/develbranch_6/display/d.barscale/main.c	2011-01-31 04:03:51 UTC (rev 45261)
+++ grass/branches/develbranch_6/display/d.barscale/main.c	2011-01-31 08:30:21 UTC (rev 45262)
@@ -103,7 +103,7 @@
     fsize->required = NO;
     fsize->answer = "14";
     fsize->options = "1-72";
-    fsize->description = _("Font size for gridline coordinate labels");
+    fsize->description = _("Font size");
 
     if (G_parser(argc, argv))
 	exit(EXIT_FAILURE);



More information about the grass-commit mailing list