On Sun, 28 Apr 2013, Christophe escribió: > > > > ----- Rodolfo García Peñas <[email protected]> a écrit : > > >> > > >> [...] > > >> > > >> +#ifdef HAVE_XRANDR > > >> + if (has_randr) > > >> + strbuf = wstrappend(strbuf, " XRandR (In use)"); > > >> + else > > >> + strbuf = wstrappend(strbuf, " XRandR (Not in use)"); > > > > > > similarly, I would suggest to separate the "XRandR" string which shall > > > not be translated. > > > On a pure personal point of view, I would suggest "Active/Inactive" > > > instead, but that's just a matter of taste... > > > > Supported/Not Supported ? > > > > if xrandr is compiled, has_randr checks if the X-Server supports this > > extension. > > Sorry for the delay :-( > Totally agree, "Supported/Unsupported" is a better choice!
Done! Thanks for your comments. kix -- To unsubscribe, send mail to [email protected].
