GNOME Bugzilla – Bug 430450
A stock GtkButton shouldn't have is_translatable set to TRUE
Last modified: 2007-04-17 14:03:27 UTC
1. Create a GtkButton in your project. 2. Set it as Stock button, and choose a stock item. 3. Save the project. The .glade file will include the following for the button: <property name="label" translatable="yes">gtk-add</property> which will cause .po files to include a translatable string "gtk-add". Of course, this is unnecesary. The solution should be to set is_translatable to FALSE in a button when this is set to be a Stock button.
*** This bug has been marked as a duplicate of 352446 ***