[GRASS-SVN] r72222 - grass/trunk/vector/v.lidar.growing
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Feb 9 10:52:06 PST 2018
Author: martinl
Date: 2018-02-09 10:52:06 -0800 (Fri, 09 Feb 2018)
New Revision: 72222
Modified:
grass/trunk/vector/v.lidar.growing/main.c
Log:
v.lidar.growing: uppercase message (sync with v.lidar.edgedetection)
Modified: grass/trunk/vector/v.lidar.growing/main.c
===================================================================
--- grass/trunk/vector/v.lidar.growing/main.c 2018-02-09 18:22:19 UTC (rev 72221)
+++ grass/trunk/vector/v.lidar.growing/main.c 2018-02-09 18:52:06 UTC (rev 72222)
@@ -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