[GRASS-SVN] r62779 - grass/branches/releasebranch_7_0/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 17 15:01:01 PST 2014


Author: neteler
Date: 2014-11-17 15:01:01 -0800 (Mon, 17 Nov 2014)
New Revision: 62779

Modified:
   grass/branches/releasebranch_7_0/lib/gis/parser_standard_options.c
Log:
msg minor fix (backport)

Modified: grass/branches/releasebranch_7_0/lib/gis/parser_standard_options.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/gis/parser_standard_options.c	2014-11-17 22:55:43 UTC (rev 62778)
+++ grass/branches/releasebranch_7_0/lib/gis/parser_standard_options.c	2014-11-17 23:01:01 UTC (rev 62779)
@@ -601,7 +601,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