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 99654 - Remove unnecessary markup from message in gedit
Remove unnecessary markup from message in gedit
Status: RESOLVED FIXED
Product: gedit-plugins
Classification: Other
Component: General
git master
Other All
: High minor
: ---
Assigned To: Gedit maintainers
gedit QA volunteers
Depends on:
Blocks:
 
 
Reported: 2002-11-26 21:59 UTC by Christian Rose
Modified: 2019-03-23 20:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Adding new mime-type for fds files (2.65 KB, patch)
2017-02-03 09:39 UTC, radhika
none Details | Review

Description Christian Rose 2002-11-26 21:59:20 UTC
#: plugins/spell/gedit-spell-checker-dialog.c:784
msgid "<b>Completed spell checking</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. Please move the markup outside of the
gettext calls.
Comment 1 Paolo Maggi 2002-11-26 22:22:42 UTC
Oopss... you are right. I will fix it ASAP

If you see other messages with the same problem, please report to me.
Comment 2 Christian Rose 2002-11-26 22:38:50 UTC
There are several other messages like this in gedit and even worse,
but unfortunately they are glade ones. I will put them in a seperate
report.
Comment 3 Christian Rose 2002-11-26 22:50:35 UTC
I put the other ones in bug 99659.
Comment 4 Paolo Maggi 2002-11-27 16:36:48 UTC
Fixed in CVS HEAD.
Comment 5 radhika 2017-02-03 09:39:10 UTC
Created attachment 344838 [details] [review]
Adding new mime-type for fds files