[GRASS-SVN] r32445 - grass/branches/develbranch_6/vector/v.proj
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Aug 1 07:46:30 EDT 2008
Author: martinl
Date: 2008-08-01 07:46:30 -0400 (Fri, 01 Aug 2008)
New Revision: 32445
Modified:
grass/branches/develbranch_6/vector/v.proj/main.c
Log:
v.proj: switch -l flag label/description, trac #241 (merge from trunk r32442)
Modified: grass/branches/develbranch_6/vector/v.proj/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.proj/main.c 2008-08-01 11:45:50 UTC (rev 32444)
+++ grass/branches/develbranch_6/vector/v.proj/main.c 2008-08-01 11:46:30 UTC (rev 32445)
@@ -94,8 +94,8 @@
flag.transformz = G_define_flag();
flag.transformz->key = 'z';
- flag.transformz->label = _("3D vector maps only");
- flag.transformz->description = _("Assume z co-ordinate is ellipsoidal height and "
+ flag.transformz->description = _("3D vector maps only");
+ flag.transformz->label = _("Assume z co-ordinate is ellipsoidal height and "
"transform if possible");
/* The parser checks if the map already exists in current mapset,
More information about the grass-commit
mailing list