5
* Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
7
* Fixed adding tags. (Javier Derderian, #228709)
11
* All i18n calls should now go through _i18n which must be imported from
12
bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
13
as an anonymous variable. (Vincent Ladeuil)