[GRASS-SVN] r58278 - in grass/trunk: raster/r.proj vector/v.proj

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Nov 21 21:19:29 PST 2013


Author: wenzeslaus
Date: 2013-11-21 21:19:29 -0800 (Thu, 21 Nov 2013)
New Revision: 58278

Modified:
   grass/trunk/raster/r.proj/main.c
   grass/trunk/vector/v.proj/main.c
Log:
r.proj, v.proj: better option description (maps are only from mapset, coordinates without dash)

Modified: grass/trunk/raster/r.proj/main.c
===================================================================
--- grass/trunk/raster/r.proj/main.c	2013-11-21 22:30:23 UTC (rev 58277)
+++ grass/trunk/raster/r.proj/main.c	2013-11-22 05:19:29 UTC (rev 58278)
@@ -206,7 +206,7 @@
 
     list = G_define_flag();
     list->key = 'l';
-    list->description = _("List raster maps in input location and exit");
+    list->description = _("List raster maps in input mapset and exit");
     list->guisection = _("Print");
     
     nocrop = G_define_flag();

Modified: grass/trunk/vector/v.proj/main.c
===================================================================
--- grass/trunk/vector/v.proj/main.c	2013-11-21 22:30:23 UTC (rev 58277)
+++ grass/trunk/vector/v.proj/main.c	2013-11-22 05:19:29 UTC (rev 58278)
@@ -106,13 +106,13 @@
 
     flag.list = G_define_flag();
     flag.list->key = 'l';
-    flag.list->description = _("List vector maps in input location and exit");
+    flag.list->description = _("List vector maps in input mapset and exit");
 
     flag.transformz = G_define_flag();
     flag.transformz->key = 'z';
     flag.transformz->description = _("3D vector maps only");
     flag.transformz->label =
-	_("Assume z co-ordinate is ellipsoidal height and "
+	_("Assume z coordinate is ellipsoidal height and "
 	  "transform if possible");
     flag.transformz->guisection = _("Target");
 



More information about the grass-commit mailing list