[GRASS-SVN] r60422 - grass/trunk/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu May 22 14:31:52 PDT 2014
Author: hcho
Date: 2014-05-22 14:31:52 -0700 (Thu, 22 May 2014)
New Revision: 60422
Modified:
grass/trunk/lib/gis/parser_standard_options.c
Log:
libgis: standard option descriptions refined
Modified: grass/trunk/lib/gis/parser_standard_options.c
===================================================================
--- grass/trunk/lib/gis/parser_standard_options.c 2014-05-22 20:54:56 UTC (rev 60421)
+++ grass/trunk/lib/gis/parser_standard_options.c 2014-05-22 21:31:52 UTC (rev 60422)
@@ -578,7 +578,7 @@
Opt->gisprompt = "old,color_none,color";
Opt->label = _("Background color");
Opt->description =
- _("Either a standard GRASS color, R:G:B triplet, or \"none\"");
+ _("Either a standard color name, R:G:B triplet, or \"none\"");
break;
/* misc */
@@ -589,7 +589,7 @@
Opt->key_desc = "name";
Opt->required = YES;
Opt->gisprompt = "old,dir,dir";
- Opt->description = _("Name to input directory");
+ Opt->description = _("Name of input directory");
break;
case G_OPT_M_UNITS:
More information about the grass-commit
mailing list