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 100047 - Remove unnecessary markup from message in gnome-panel
Remove unnecessary markup from message in gnome-panel
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: fish
2.1.x
Other All
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-12-01 14:59 UTC by Christian Rose
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Rose 2002-12-01 14:59:14 UTC
#: applets/fish/fish.c:503
#, c-format
msgid "<big><big>%s the GNOME Fish Says:</big></big>"


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. Please move the markup outside of the
gettext calls.
Comment 1 Mark McLoughlin 2002-12-01 18:19:13 UTC
2002-12-02  Mark McLoughlin  <mark@skynet.ie>

        * fish.c: (apply_dialog_properties): don't mark
        pango markup for translation. #100047.