[GRASS-SVN] r47789 - grass/branches/releasebranch_6_4/visualization/nviz2/cmd

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Aug 21 06:52:17 EDT 2011


Author: hamish
Date: 2011-08-21 03:52:16 -0700 (Sun, 21 Aug 2011)
New Revision: 47789

Modified:
   grass/branches/releasebranch_6_4/visualization/nviz2/cmd/main.c
Log:
anglify text (merge from trunk)

Modified: grass/branches/releasebranch_6_4/visualization/nviz2/cmd/main.c
===================================================================
--- grass/branches/releasebranch_6_4/visualization/nviz2/cmd/main.c	2011-08-21 10:50:52 UTC (rev 47788)
+++ grass/branches/releasebranch_6_4/visualization/nviz2/cmd/main.c	2011-08-21 10:52:16 UTC (rev 47789)
@@ -46,10 +46,10 @@
 
     module = G_define_module();
     module->keywords = _("visualization, raster, vector, raster3d");
-    module->label = _("Allows rendering GIS data is a 3D space.");
+    module->label = _("Creates a 3D rendering of GIS data.");
     module->description = _("Renders surfaces (raster data), "
 			    "2D/3D vector data, and "
-			    "volumes (3D raster data) in a 3D space.");
+			    "volumes (3D raster data) in 3D.");
 
     params = (struct GParams *)G_malloc(sizeof(struct GParams));
 



More information about the grass-commit mailing list