Re: [E-devel] Empty string in elm_config

2014-10-08 Thread Massimo Maiurana
Tom Hacohen ha scritto il 07/10/2014 alle 23:38: > On Tue, Oct 7, 2014 at 9:09 PM, Massimo Maiurana wrote: > >> I don't know why this line is in elementary/src/lib/elm_config.c:3207, >> but it makes gettext to localize the empty string with the content of >> the header of po files, which is of co

Re: [E-devel] Empty string in elm_config

2014-10-07 Thread Tom Hacohen
On Tue, Oct 7, 2014 at 9:09 PM, Massimo Maiurana wrote: > I don't know why this line is in elementary/src/lib/elm_config.c:3207, > but it makes gettext to localize the empty string with the content of > the header of po files, which is of course wrong: > const char *trans_comment = gettext(""); >

[E-devel] Empty string in elm_config

2014-10-07 Thread Massimo Maiurana
I don't know why this line is in elementary/src/lib/elm_config.c:3207, but it makes gettext to localize the empty string with the content of the header of po files, which is of course wrong: const char *trans_comment = gettext(""); -- Massimo Maiurana Ragusa (RG)