GNOME Bugzilla – Bug 679660
Reduce amount of markup in translated messages
Last modified: 2012-07-15 00:47:10 UTC
Created attachment 218377 [details] [review] patch Markup in messages is fragile and tends to break in translations. This patch reduces the amount of markup as far as possible.
Review of attachment 218377 [details] [review]: ::: src/core/delete.c @@ +111,3 @@ + { + gchar *bold; + bold = g_strconcat ("<tt>, window_title, "</tt>", NULL); Something tells me you didn't actually test this patch :)
Created attachment 218454 [details] [review] new patch this one builds
Review of attachment 218454 [details] [review]: Looks good.
The following fix has been pushed: 760a36a Reduce amount of markup in translated messages
Created attachment 218829 [details] [review] Reduce amount of markup in translated messages Markup in messages is fragile and tends to break in translations. This patch reduces the amount of markup as far as possible.