[GRASS-SVN] r34238 - grass/branches/develbranch_6/vector/v.reclass
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Nov 11 00:23:12 EST 2008
Author: hamish
Date: 2008-11-11 00:23:12 -0500 (Tue, 11 Nov 2008)
New Revision: 34238
Modified:
grass/branches/develbranch_6/vector/v.reclass/main.c
Log:
better opt desc wording
Modified: grass/branches/develbranch_6/vector/v.reclass/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.reclass/main.c 2008-11-11 04:24:08 UTC (rev 34237)
+++ grass/branches/develbranch_6/vector/v.reclass/main.c 2008-11-11 05:23:12 UTC (rev 34238)
@@ -77,7 +77,7 @@
col_opt = G_define_standard_option(G_OPT_COLUMN);
col_opt->label =
_("The name of the column whose values are to be used as new categories");
- col_opt->description = _("The new key column must be type integer or string");
+ col_opt->description = _("The source for the new key column must be type integer or string");
type_opt = G_define_standard_option(G_OPT_V_TYPE);
type_opt->description = _("Select type");
More information about the grass-commit
mailing list