[GRASS-SVN] r70194 - in grass/branches/releasebranch_7_2: imagery/i.fft raster/r.out.ppm3
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 2 03:03:56 PST 2017
Author: neteler
Date: 2017-01-02 03:03:56 -0800 (Mon, 02 Jan 2017)
New Revision: 70194
Modified:
grass/branches/releasebranch_7_2/imagery/i.fft/main.c
grass/branches/releasebranch_7_2/raster/r.out.ppm3/main.c
Log:
Unify some similar messages to ease translating (trunk, r69829)
Modified: grass/branches/releasebranch_7_2/imagery/i.fft/main.c
===================================================================
--- grass/branches/releasebranch_7_2/imagery/i.fft/main.c 2017-01-02 07:05:00 UTC (rev 70193)
+++ grass/branches/releasebranch_7_2/imagery/i.fft/main.c 2017-01-02 11:03:56 UTC (rev 70194)
@@ -197,7 +197,7 @@
/* Release memory resources */
G_free(data);
- G_done_msg(_(" "));
+ G_done_msg(_("FFT is now complete"));
exit(EXIT_SUCCESS);
}
Modified: grass/branches/releasebranch_7_2/raster/r.out.ppm3/main.c
===================================================================
--- grass/branches/releasebranch_7_2/raster/r.out.ppm3/main.c 2017-01-02 07:05:00 UTC (rev 70193)
+++ grass/branches/releasebranch_7_2/raster/r.out.ppm3/main.c 2017-01-02 11:03:56 UTC (rev 70194)
@@ -157,7 +157,7 @@
/* max intensity val */
fprintf(fp, "255\n");
- G_message(_("Converting ... "));
+ G_message(_("Converting... "));
for (row = 0; row < w.rows; row++) {
G_percent(row, w.rows, 5);
More information about the grass-commit
mailing list