On Fri, May 08, 2020 at 06:42:57AM +0200, Claus Assmann wrote: > On Thu, May 07, 2020, Remco Rijnders wrote: > > > - dprint (1, (debugfile, "WEED is %s\n", (flags & CH_WEED) ? "Set" : > > "Not")); > > + dprint (1, (debugfile, "WEED is %s\n", (flags & CH_WEED) ? "Set" : "Not > > Set")); > > Save some bytes:-) > > dprint (1, (debugfile, "WEED is %sSet\n", (flags & CH_WEED) ? "" : "Not "));
The message probably does not get translated, but from point of view of localization, please do not glue sentences from words. -- Petr
signature.asc
Description: PGP signature