GNOME Bugzilla – Bug 101428
Remove unnecessary markup from glade messages in file-roller
Last modified: 2004-12-22 21:47:04 UTC
#: src/file_roller.glade.h:3 msgid "<b>Actions</b>" #: src/file_roller.glade.h:4 msgid "<b>Destination folder</b>" #: src/file_roller.glade.h:5 msgid "<b>Files</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.
Out of curiosity, how was this resolved?
Setting the labels with gtk_label_set_markup
Ok, you moved these messages out of the glade file. :-) That's what I was unsure about, since it's to the best of my knowledge not possible to fix this problem with messages in glade files (hence the bug 97061).