[GRASS-SVN] r51212 - grass/branches/releasebranch_6_4/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 30 18:57:42 EDT 2012


Author: neteler
Date: 2012-03-30 15:57:41 -0700 (Fri, 30 Mar 2012)
New Revision: 51212

Modified:
   grass/branches/releasebranch_6_4/lib/gis/parser.c
Log:
fix typo

Modified: grass/branches/releasebranch_6_4/lib/gis/parser.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/parser.c	2012-03-30 22:56:54 UTC (rev 51211)
+++ grass/branches/releasebranch_6_4/lib/gis/parser.c	2012-03-30 22:57:41 UTC (rev 51212)
@@ -634,7 +634,7 @@
 	Opt->key_desc = "name";
 	Opt->required = YES;
 	Opt->gisprompt = "old_file,file,input";
-	Opt->description = _("Name to input file");
+	Opt->description = _("Name of input file");
 	break;
     case G_OPT_F_OUTPUT:
 	Opt->key = "output";



More information about the grass-commit mailing list