Code review comment for lp:~fabiozaramella/scratch/fix-1337291

Revision history for this message
Fabio Zaramella (fabiozaramella) wrote :

Sincerely i don't know, but if it has to be translated also the row:

var button = new TemplateButton (label, description, icon_id);

should be:

var button = new TemplateButton (_(label), description, icon_id);

no?

« Back to merge proposal