8 Jul
2010
8 Jul
'10
2:21 p.m.
2010/7/8 Cristian Secară <liste@...245...>:
The Clear is already translated in my language, but I cannot find it anywhere. Where from comes this one ?
It comes from GTK as is, look at line 151 in ../src/ui/dialog/transformation.cpp
resetButton = addResponseButton(Gtk::Stock::CLEAR, 0);
You either have to change that stock button translation in GTK or file a bug to i18n-ize this particular string differently (to allow separate l10n). The latter would work if you can prove this meaning is distinct from the stock button's one.
Regards, ~~helix84