[josm-dev] Automatic tag correction

Robin Rattay rotora at gmx.net
Sun Aug 3 17:56:43 BST 2008


Dirk Stöcker schrieb:
> On Sun, 3 Aug 2008, Robin Rattay wrote:
> This does not work:
> +               return applyCorrections(
> +                       tagCorrections,
> +                       way,
> +                       tr("When reverting this way " + nameVisitor.name
> +                               + ", following changes to the properties are suggested "
> +                               + "in order to maintain data consistency."));
> 
> You cannot join translatable strings.
> 
> Use {0} for arguments. tr("xxxx {0} yyy {1}...", arg1, arg2);

Whoops.

Could you change that, or just drop that change? I've already continued
the development and undid that anyway, since it doesn't fit into my
plans anymore.

Otherwise I would directly modify the patch file and re-send that if you
prefer.

Robin




More information about the josm-dev mailing list