[GRASS-SVN] r72223 - grass/branches/releasebranch_7_4/vector/v.lidar.growing
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Feb 9 10:55:21 PST 2018
Author: martinl
Date: 2018-02-09 10:55:21 -0800 (Fri, 09 Feb 2018)
New Revision: 72223
Modified:
grass/branches/releasebranch_7_4/vector/v.lidar.growing/main.c
Log:
v.lidar.growing: uppercase message (sync with v.lidar.edgedetection)
(merge r72222 from trunk)
Modified: grass/branches/releasebranch_7_4/vector/v.lidar.growing/main.c
===================================================================
--- grass/branches/releasebranch_7_4/vector/v.lidar.growing/main.c 2018-02-09 18:52:06 UTC (rev 72222)
+++ grass/branches/releasebranch_7_4/vector/v.lidar.growing/main.c 2018-02-09 18:55:21 UTC (rev 72223)
@@ -243,7 +243,7 @@
subregion++;
if (nsubregions > 1)
- G_message(_("subregion %d of %d"), subregion, nsubregions);
+ G_message(_("Subregion %d of %d"), subregion, nsubregions);
elaboration_reg.west = elaboration_reg.east;
if (elaboration_reg.west < original_reg.west) /* First column */
More information about the grass-commit
mailing list