瀏覽代碼

anglify text

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47787 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 14 年之前
父節點
當前提交
a8d8fe190c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      visualization/nviz2/cmd/main.c

+ 2 - 2
visualization/nviz2/cmd/main.c

@@ -50,10 +50,10 @@ int main(int argc, char *argv[])
     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));