GNOME Bugzilla – Bug 360447
Avoid markup in translatable messages
Last modified: 2006-11-16 12:38:37 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): ./gnome-applets/trashapplet/src/trashapplet.c: file = g_strdup_printf (_("<i>Removing: %s</i>"), short_name); I'll attach a patch in a minute to fix this.
Created attachment 74223 [details] [review] Remove markup
Commited to HEAD.