[GRASS-SVN] r60700 - grass/trunk/raster/r.what

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 4 06:22:07 PDT 2014


Author: hcho
Date: 2014-06-04 06:22:07 -0700 (Wed, 04 Jun 2014)
New Revision: 60700

Modified:
   grass/trunk/raster/r.what/main.c
Log:
r.what: Char string => String

Modified: grass/trunk/raster/r.what/main.c
===================================================================
--- grass/trunk/raster/r.what/main.c	2014-06-04 11:40:01 UTC (rev 60699)
+++ grass/trunk/raster/r.what/main.c	2014-06-04 13:22:07 UTC (rev 60700)
@@ -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