Jorge Godoy <[EMAIL PROTECTED]> writes: > "Alberto" <[EMAIL PROTECTED]> writes: > >> Ok, I've just seen you've filed a ticket >> (http://trac.turbogears.org/turbogears/ticket/485) on this. > > I've also tested it with TG 570, besides what is in the bug report -- that was > what I had working before switching to using widgets -- and the same > problem... So, this is something *old* in the code (as in the bug, it was > present in r.485)...
It looks like the problem was with the use of "_" instead of "lazy_gettext" when instantiating widgets. So, just to open another discussion, what would be the drawbacks of having "_" to use "lazy_gettext" all the time or just for widgets? "_" is a standard and having it using the "right" function all the time looks like a plus to me. What do you think about it? -- Jorge Godoy <[EMAIL PROTECTED]>

