GNOME Bugzilla – Bug 629253
Remove unnecessary markup
Last modified: 2013-09-13 01:05:17 UTC
Created attachment 169938 [details] [review] Simple patch to remove unnecessary Some unnecessary UI markup crawled into the translatable strings of the settings capplet, please remove it. Attached patch should fix this, altough it is untested.
Better to use g_markup_printf_escaped() so the translatable text gets properly escaped if needed. buff = g_markup_printf_escaped ("<span ...>%s</span>", _("Translate me!"));
Created attachment 169952 [details] [review] Simple patch to remove unnecessary markup Okay, I changed it as you asked. Also, I changed the first occurrence of this construct, which I tried to copy :). (btw, there is one more of that in mail-settings-view.c)
Perfect. Patch committed for 2.31.92 with string freeze break approval from the gnome-i18n team (and I picked off the case in mail-settings-view.c). http://git.gnome.org/browse/evolution/commit/?id=ff35bad1dec98abf76844fe661b6225b8ed4ba7b