GNOME Bugzilla – Bug 100036
Remove unnecessary markup from glade messages in totem
Last modified: 2007-04-04 01:36:46 UTC
#: data/properties.glade.h:5 msgid "<b>Audio</b>" #: data/properties.glade.h:6 msgid "<b>General</b>" #: data/properties.glade.h:7 msgid "<b>Video</b>" This use of markup inside messages marked for translation is totally unnecessary, and a problem for the translation process. For details, see the problem description in bug 96836. Since these are glade messages, I'll mark it dependant on the glade bug 97061 in the mean time.
The problem of markup is still present in the actuel po file, so I set a GNOMEVER2.4 flag.
Totem is not part of GNOME; removing GNOMEVER2.4 keyword.
Mass reassign.
Problem still present in release 2.10 of GNOME
Is setting the markup with gtk_label_set_markup a good way to fix this? Or should it be done from within the .glade files (what isn't possible yet, but is described in bug 97061)? In file-roller, this was fixed with gtk_label_set_markup (Bug 101428).
As much as I understand the problem it could cause for translators. The bug should really be fixed in glade and libglade rather than here.
*** Bug 402579 has been marked as a duplicate of this bug. ***
2007-04-04 Bastien Nocera <hadess@hadess.net> * src/totem-interface.c: (totem_interface_italicise_label): * src/totem-interface.h: Add a way to italicise labels * data/properties.glade: * data/screenshot.glade: * data/totem.glade: * src/bacon-video-widget-properties.c: (bacon_video_widget_properties_new): * src/totem-preferences.c: (totem_setup_preferences): * src/totem-screenshot.c: (totem_screenshot_new): Use the newly added totem_interface_boldify_label, and totem_interface_italicise_label to remove the markup from the glade files (Closes: #100036)