After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 430450 - A stock GtkButton shouldn't have is_translatable set to TRUE
A stock GtkButton shouldn't have is_translatable set to TRUE
Status: RESOLVED DUPLICATE of bug 352446
Product: glade
Classification: Applications
Component: general
3.2.x
Other Linux
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-04-16 21:17 UTC by Claudio Saavedra
Modified: 2007-04-17 14:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Claudio Saavedra 2007-04-16 21:17:02 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.
Comment 1 Tristan Van Berkom 2007-04-17 14:03:27 UTC

*** This bug has been marked as a duplicate of 352446 ***