[GRASS-SVN] r47788 -
grass/branches/develbranch_6/visualization/nviz2/cmd
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Aug 21 06:50:52 EDT 2011
Author: hamish
Date: 2011-08-21 03:50:52 -0700 (Sun, 21 Aug 2011)
New Revision: 47788
Modified:
grass/branches/develbranch_6/visualization/nviz2/cmd/main.c
Log:
anglify text (merge from trunk)
Modified: grass/branches/develbranch_6/visualization/nviz2/cmd/main.c
===================================================================
--- grass/branches/develbranch_6/visualization/nviz2/cmd/main.c 2011-08-21 10:40:29 UTC (rev 47787)
+++ grass/branches/develbranch_6/visualization/nviz2/cmd/main.c 2011-08-21 10:50:52 UTC (rev 47788)
@@ -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