[GRASS-SVN] r47737 -
grass/branches/develbranch_6/raster3d/r3.out.v5d
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Aug 17 18:28:48 EDT 2011
Author: neteler
Date: 2011-08-17 15:28:48 -0700 (Wed, 17 Aug 2011)
New Revision: 47737
Modified:
grass/branches/develbranch_6/raster3d/r3.out.v5d/description.html
grass/branches/develbranch_6/raster3d/r3.out.v5d/main.c
Log:
Milena Nowotarska: i18n cleanup; HTML cleanup
Modified: grass/branches/develbranch_6/raster3d/r3.out.v5d/description.html
===================================================================
--- grass/branches/develbranch_6/raster3d/r3.out.v5d/description.html 2011-08-17 22:27:44 UTC (rev 47736)
+++ grass/branches/develbranch_6/raster3d/r3.out.v5d/description.html 2011-08-17 22:28:48 UTC (rev 47737)
@@ -1,4 +1,4 @@
-<H2>DESCRIPTION</H2>
+<h2>DESCRIPTION</h2>
Exports 3D raster maps to V5D format. The <em>map</em> parameter is a valid
3D raster map in the current mapset search path. The <em>output</em> parameter is the name
Modified: grass/branches/develbranch_6/raster3d/r3.out.v5d/main.c
===================================================================
--- grass/branches/develbranch_6/raster3d/r3.out.v5d/main.c 2011-08-17 22:27:44 UTC (rev 47736)
+++ grass/branches/develbranch_6/raster3d/r3.out.v5d/main.c 2011-08-17 22:28:48 UTC (rev 47737)
@@ -51,7 +51,7 @@
if (map != NULL) {
/* should unopen map here! */
if (!G3d_closeCell(map))
- fatalError("Unable to close 3D raster map");
+ fatalError(_("Unable to close 3D raster map"));
}
G3d_fatalError(errorMsg);
More information about the grass-commit
mailing list