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 101428 - Remove unnecessary markup from glade messages in file-roller
Remove unnecessary markup from glade messages in file-roller
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on: 97061
Blocks:
 
 
Reported: 2002-12-17 09:18 UTC by Christian Rose
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Rose 2002-12-17 09:18:51 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.
Comment 1 Christian Rose 2002-12-27 20:34:36 UTC
Out of curiosity, how was this resolved?
Comment 2 Paolo Bacchilega 2002-12-28 08:42:03 UTC
Setting the labels with gtk_label_set_markup
Comment 3 Christian Rose 2002-12-28 09:19:39 UTC
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).