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 119010 - Remove unnecessary markup from glade messages in mlview
Remove unnecessary markup from glade messages in mlview
Status: RESOLVED FIXED
Product: mlview
Classification: Other
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: Gaël Chamoulaud
Gaël Chamoulaud
Depends on: 97061
Blocks:
 
 
Reported: 2003-08-03 16:16 UTC by Christian Rose
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Rose 2003-08-03 16:16:05 UTC
#: ui/mlview-dtd-choice.glade.h:1
msgid ""
"<b><i>Do you want to load and use that DTD or choose another one ?</i></b>"

#: ui/mlview-dtd-choice.glade.h:2
msgid ""
"<b><i>I have not found that DTD. Do you want to choose another one ?</i></b>"

#: ui/mlview-dtd-choice.glade.h:3
msgid "<b><i>The document refers a DTD with:</i></b>"

#: ui/mlview-dtd-choice.glade.h:4
msgid "<b>Public Id :</b> "

#: ui/mlview-dtd-choice.glade.h:5
msgid "<b>That document has been resolved to :</b> "

#: ui/mlview-dtd-choice.glade.h:6
msgid "<b>Using system catalog.</b> "

#: ui/mlview-dtd-choice.glade.h:7
msgid "<b>system Id :</b> "

#: ui/mlview-preferences.glade.h:2
msgid "<b>Validation</b>"

#: ui/mlview-preferences.glade.h:3
msgid "<b>XML Document</b>"

#: ui/mlview-preferences.glade.h:4
msgid "<i>When opening a xml document, use : </i>"


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 or
http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html#avoid-markup.
Since these are glade messages, I'll mark it dependant on the glade bug
97061 in the mean time.
Comment 1 Gaël Chamoulaud 2003-08-05 18:50:46 UTC
I removed unnecessary markup from glade messages.