[GRASS-SVN] r67757 - grass/branches/releasebranch_7_0/raster/r.support

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 7 06:42:33 PST 2016


Author: neteler
Date: 2016-02-07 06:42:33 -0800 (Sun, 07 Feb 2016)
New Revision: 67757

Modified:
   grass/branches/releasebranch_7_0/raster/r.support/main.c
Log:
r.support: use standard title param description

Modified: grass/branches/releasebranch_7_0/raster/r.support/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.support/main.c	2016-02-07 12:09:03 UTC (rev 67756)
+++ grass/branches/releasebranch_7_0/raster/r.support/main.c	2016-02-07 14:42:33 UTC (rev 67757)
@@ -64,7 +64,7 @@
     title_opt->key_desc = "phrase";
     title_opt->type = TYPE_STRING;
     title_opt->required = NO;
-    title_opt->description = _("Text to use for map title");
+    title_opt->description = _("Title for resultant raster map");
 
     history_opt = G_define_option();
     history_opt->key = "history";



More information about the grass-commit mailing list