[GRASS-SVN] r47729 - grass/branches/releasebranch_6_4/raster3d/r3.cross.rast

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 17 18:08:25 EDT 2011


Author: neteler
Date: 2011-08-17 15:08:24 -0700 (Wed, 17 Aug 2011)
New Revision: 47729

Modified:
   grass/branches/releasebranch_6_4/raster3d/r3.cross.rast/main.c
Log:
Milena Nowotarska: i18n cleanup; HTML cleanup

Modified: grass/branches/releasebranch_6_4/raster3d/r3.cross.rast/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster3d/r3.cross.rast/main.c	2011-08-17 22:08:00 UTC (rev 47728)
+++ grass/branches/releasebranch_6_4/raster3d/r3.cross.rast/main.c	2011-08-17 22:08:24 UTC (rev 47729)
@@ -295,7 +295,7 @@
     /*If not equal, set the 2D windows correct */
     if (rows != region.rows || cols != region.cols) {
 	G_message
-	    (_("The 2D and 3D region settings are different. I will use the 3D raster map settings to adjust the 2D region."));
+	    (_("The 2D and 3D region settings are different. Using the 3D raster map settings to adjust the 2D region."));
 	G_get_set_window(&window2d);
 	window2d.ns_res = region.ns_res;
 	window2d.ew_res = region.ew_res;



More information about the grass-commit mailing list