Hmm... I never thought about backporting these changes... So just G76 should be fine then?
Huidae /hidɛ/ On Wed, Oct 31, 2018 at 5:29 AM Martin Landa <[email protected]> wrote: > Hi, > > st 31. 10. 2018 v 10:05 odesílatel Maris Nartiss <[email protected]> > napsal: > > ... and by doing so marking all translated strings as untranslated. > > This exactly is a type of change that should NOT be backported – the > > meaning of this string can be understood also when it is misspelled > > and backporting would thus harm translations. > > it can be right for G74 release branch but for for G76 where typos > should be simply fixed. Ma > > > > > --- grass/trunk/raster/r.stream.extract/cseg.c 2018-10-30 21:00:49 > UTC (rev 73626) > > > > +++ grass/trunk/raster/r.stream.extract/cseg.c 2018-10-31 01:54:09 > UTC (rev 73627) > > > > @@ -83,7 +83,7 @@ > > > > int cseg_get(CSEG *cseg, CELL *value, GW_LARGE_INT row, > GW_LARGE_INT col) > > > > { > > > > if (Segment_get(&(cseg->seg), value, row, col) < 0) { > > > > - G_warning(_("Unabel to read segment file")); > > > > + G_warning(_("Unable to read segment file")); > > > > return -1; > > > > } > > > > return 0; > > > > > > > > _______________________________________________ > > > > grass-commit mailing list > > > > [email protected] > > > > https://lists.osgeo.org/mailman/listinfo/grass-commit > > > > > > > > > > > > -- > > > Martin Landa > > > http://geo.fsv.cvut.cz/gwiki/Landa > > > http://gismentors.cz/mentors/landa > > > _______________________________________________ > > > grass-dev mailing list > > > [email protected] > > > https://lists.osgeo.org/mailman/listinfo/grass-dev > > > > -- > Martin Landa > http://geo.fsv.cvut.cz/gwiki/Landa > http://gismentors.cz/mentors/landa > -- Huidae Cho, Ph.D., PE, M.ASCE, CFM, GISP Open Source GIS Developer, GRASS GIS Development Team
_______________________________________________ grass-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-dev
