[GRASS-SVN] r53225 - grass/branches/releasebranch_6_4/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Sep 18 14:56:13 PDT 2012
Author: neteler
Date: 2012-09-18 14:56:13 -0700 (Tue, 18 Sep 2012)
New Revision: 53225
Modified:
grass/branches/releasebranch_6_4/lib/gis/parser.c
Log:
beautify Field separator (from G7)
Modified: grass/branches/releasebranch_6_4/lib/gis/parser.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/parser.c 2012-09-18 21:53:10 UTC (rev 53224)
+++ grass/branches/releasebranch_6_4/lib/gis/parser.c 2012-09-18 21:56:13 UTC (rev 53225)
@@ -650,7 +650,8 @@
Opt->key_desc = "character";
Opt->required = NO;
Opt->answer = "|";
- Opt->description = _("Field separator");
+ Opt->label = _("Field separator");
+ Opt->description = _("Special characters: newline, space, comma, tab");
break;
/* colors */
More information about the grass-commit
mailing list