GNOME Bugzilla – Bug 575382
stock buttons marked translatable
Last modified: 2009-04-30 10:06:53 UTC
Glade marks stock button lable texts as translatable: <widget class="GtkButton" id="button1"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="label" translatable="yes">gtk-ok</property> <property name="use_stock">True</property> <property name="response_id">0</property> </widget> SInce gtk-ok should not be translatated this looks like a problem.
Note the ambiguity, the label property is in this case used to depict a stock id, because use_stock is set. Sure it is fixable - but in what context does this effect people ? I ask this because I imagine changing this behavior could break things as well as fixing others...
I am just passing on (part of) a bug report: http://bugzilla.gnome.org/show_bug.cgi?id=575360
This is a dupe of bug #352446. The effect is that this junk goes into the po files. Slight waste of resources, I'd say :).
*** This bug has been marked as a duplicate of 352446 ***