GNOME Bugzilla – Bug 360444
Avoid markup in translatable messages
Last modified: 2006-11-16 14:16:38 UTC
As translators often say, please don't include markup in translateable messages. Move the markup outside of the gettext call. See http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html#avoid-markup Affected messages (other than those from glade, since bug 97061 has to be fixed first to handle those): ./src/bug-buddy.c: s = g_markup_printf_escaped (_("<span weight=\"bold\">Suggestion / Error description:</span>")); I'll attach a patch in a minute to fix this.
Created attachment 74220 [details] [review] Remove markup
Commited. Thanks.