[GRASS-SVN] r51213 - grass/branches/develbranch_6/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Mar 30 18:58:03 EDT 2012
Author: neteler
Date: 2012-03-30 15:58:02 -0700 (Fri, 30 Mar 2012)
New Revision: 51213
Modified:
grass/branches/develbranch_6/lib/gis/parser.c
Log:
fix typo
Modified: grass/branches/develbranch_6/lib/gis/parser.c
===================================================================
--- grass/branches/develbranch_6/lib/gis/parser.c 2012-03-30 22:57:41 UTC (rev 51212)
+++ grass/branches/develbranch_6/lib/gis/parser.c 2012-03-30 22:58:02 UTC (rev 51213)
@@ -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