[GRASS-SVN] r47728 -
grass/branches/develbranch_6/raster3d/r3.cross.rast
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Aug 17 18:08:00 EDT 2011
Author: neteler
Date: 2011-08-17 15:08:00 -0700 (Wed, 17 Aug 2011)
New Revision: 47728
Modified:
grass/branches/develbranch_6/raster3d/r3.cross.rast/main.c
Log:
Milena Nowotarska: i18n cleanup; HTML cleanup
Modified: grass/branches/develbranch_6/raster3d/r3.cross.rast/main.c
===================================================================
--- grass/branches/develbranch_6/raster3d/r3.cross.rast/main.c 2011-08-17 22:07:02 UTC (rev 47727)
+++ grass/branches/develbranch_6/raster3d/r3.cross.rast/main.c 2011-08-17 22:08:00 UTC (rev 47728)
@@ -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