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 360447 - Avoid markup in translatable messages
Avoid markup in translatable messages
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: trash applet
git master
Other Linux
: Normal normal
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-07 18:34 UTC by Elijah Newren
Modified: 2006-11-16 12:38 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
Remove markup (844 bytes, patch)
2006-10-07 18:35 UTC, Elijah Newren
none Details | Review

Description Elijah Newren 2006-10-07 18:34:56 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.
Comment 1 Elijah Newren 2006-10-07 18:35:43 UTC
Created attachment 74223 [details] [review]
Remove markup
Comment 2 Kjartan Maraas 2006-11-16 12:38:37 UTC
Commited to HEAD.