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 112962 - Remove unnecessary markup from glade messages in gnome-applets
Remove unnecessary markup from glade messages in gnome-applets
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on: 97061
Blocks:
 
 
Reported: 2003-05-14 09:52 UTC by Christian Rose
Modified: 2009-05-25 19:48 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Christian Rose 2003-05-14 09:52:37 UTC
#: battstat/battstat_applet.glade.h:6
#, no-c-format
msgid "<b>Battery Color Levels (%)</b>"

#: battstat/battstat_applet.glade.h:7
msgid "<b>Layout</b>"

#: battstat/battstat_applet.glade.h:8
msgid "<b>Progress Bar Direction</b>"

#: battstat/battstat_applet.glade.h:9
msgid "<b>Suspend</b>"

#: battstat/battstat_applet.glade.h:10
msgid "<b>Warnings</b>"

#: mini-commander/src/mini-commander.glade.h:3
msgid "<b>Appearance</b>"

#: mini-commander/src/mini-commander.glade.h:4
msgid "<b>Auto Completion</b>"

#: mini-commander/src/mini-commander.glade.h:5
msgid "<b>Colors</b>"

#: mini-commander/src/mini-commander.glade.h:6
msgid "<b>Size</b>"

#: stickynotes/stickynotes.glade.h:3
msgid "<b>Default Behavior</b>"

#: stickynotes/stickynotes.glade.h:4
msgid "<b>Default Dimensions</b>"

#: stickynotes/stickynotes.glade.h:5
msgid ""
"<b>Delete ALL sticky notes?</b>\n"
"\n"
"Changes will be saved instantly."

#: stickynotes/stickynotes.glade.h:8
msgid ""
"<b>Delete this sticky note?</b>\n"
"\n"
"Changes will be saved instantly."

#: stickynotes/stickynotes.glade.h:11
msgid "<b>Other Settings</b>"

#: stickynotes/stickynotes.glade.h:12
msgid "<b>Style</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 Danielle Madeley 2005-01-03 18:04:47 UTC
Christian, is this still current?
Comment 2 Christian Rose 2005-01-03 23:42:31 UTC
Yes. The set of affected messages may have changed somewhat, some are new and
some have disappeared, but most of them appear to be the same. Moreover, the
actual problem in the bug report is as current as ever.
Comment 3 Callum McKenzie 2009-05-25 19:48:28 UTC
Finally, after six years, this has been fixed. Markup has been replaced with attributes where possible.