On Fri, May 08, 2020 at 06:59:18AM +0200, Petr Pisar wrote:
> 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.

Can you not just translate both parts?


-- 
Derek D. Martin    http://www.pizzashack.org/   GPG Key ID: 0xDFBEAD02
-=-=-=-=-
This message is posted from an invalid address.  Replying to it will result in
undeliverable mail due to spam prevention.  Sorry for the inconvenience.

Attachment: signature.asc
Description: PGP signature

Reply via email to