[GRASS-SVN] r55727 - grass/branches/releasebranch_6_4/display/d.barscale
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Apr 13 02:50:36 PDT 2013
Author: hamish
Date: 2013-04-13 02:50:36 -0700 (Sat, 13 Apr 2013)
New Revision: 55727
Modified:
grass/branches/releasebranch_6_4/display/d.barscale/main.c
Log:
fix bad option descr
Modified: grass/branches/releasebranch_6_4/display/d.barscale/main.c
===================================================================
--- grass/branches/releasebranch_6_4/display/d.barscale/main.c 2013-04-13 09:47:52 UTC (rev 55726)
+++ grass/branches/releasebranch_6_4/display/d.barscale/main.c 2013-04-13 09:50:36 UTC (rev 55727)
@@ -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