[GRASS-SVN] r47787 - grass/trunk/visualization/nviz2/cmd

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Aug 21 06:40:29 EDT 2011


Author: hamish
Date: 2011-08-21 03:40:29 -0700 (Sun, 21 Aug 2011)
New Revision: 47787

Modified:
   grass/trunk/visualization/nviz2/cmd/main.c
Log:
anglify text

Modified: grass/trunk/visualization/nviz2/cmd/main.c
===================================================================
--- grass/trunk/visualization/nviz2/cmd/main.c	2011-08-21 10:27:17 UTC (rev 47786)
+++ grass/trunk/visualization/nviz2/cmd/main.c	2011-08-21 10:40:29 UTC (rev 47787)
@@ -50,10 +50,10 @@
     G_add_keyword(_("raster"));
     G_add_keyword(_("vector"));
     G_add_keyword(_("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