[GRASS-SVN] r61343 - grass/branches/releasebranch_7_0/raster/r.what

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jul 22 14:28:58 PDT 2014


Author: neteler
Date: 2014-07-22 14:28:58 -0700 (Tue, 22 Jul 2014)
New Revision: 61343

Modified:
   grass/branches/releasebranch_7_0/raster/r.what/main.c
Log:
r.what: msg cosmetics

Modified: grass/branches/releasebranch_7_0/raster/r.what/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.what/main.c	2014-07-22 21:27:44 UTC (rev 61342)
+++ grass/branches/releasebranch_7_0/raster/r.what/main.c	2014-07-22 21:28:58 UTC (rev 61343)
@@ -120,7 +120,7 @@
     opt.null->type = TYPE_STRING;
     opt.null->required = NO;
     opt.null->answer = "*";
-    opt.null->description = _("Char string to represent no data cell");
+    opt.null->description = _("String to represent no data cell");
     opt.null->guisection = _("Print");
     
     opt.output = G_define_standard_option(G_OPT_F_OUTPUT);



More information about the grass-commit mailing list