[GRASS-SVN] r29582 - grass/trunk/vector/v.edit
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jan 6 09:54:48 EST 2008
Author: martinl
Date: 2008-01-06 09:54:48 -0500 (Sun, 06 Jan 2008)
New Revision: 29582
Modified:
grass/trunk/vector/v.edit/args.c
Log:
v.edit: cosmetics in module description
Modified: grass/trunk/vector/v.edit/args.c
===================================================================
--- grass/trunk/vector/v.edit/args.c 2008-01-06 11:42:32 UTC (rev 29581)
+++ grass/trunk/vector/v.edit/args.c 2008-01-06 14:54:48 UTC (rev 29582)
@@ -183,7 +183,7 @@
params -> close = G_define_flag();
params -> close -> key = 'c';
- params -> close -> label = _("Close added boundaries (using threshold distance)");
+ params -> close -> description = _("Close added boundaries (using threshold distance)");
params -> header = G_define_flag();
params -> header -> key = 'n';
More information about the grass-commit
mailing list