GNOME Bugzilla – Bug 313118
Please avoid including markup in translateable Evolution message
Last modified: 2013-09-13 00:54:16 UTC
#: calendar/gui/alarm-notify/alarm-notify-dialog.c:312 #, c-format msgid "" "<big><b>%s</b></big>\n" "%s until %s" Please do not include markup inside translateable messages. http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html#avoid-markup
adding deps & keywords
still valid in 2.3.8/cvs, targetting to 2.5
Created attachment 52337 [details] [review] Patch from Jon Ander Hernández This splits untranslatable/translatable parts of the string
srag, patch should be reviewed. tia
andre, Entire patch may not be reqd. Part of the patch solves it. Current code has this. to_display = g_strdup_printf (_("<big><b>%s</b></big>\n%s %s"), summary, start, str_time); Im removing the translatable part of it. Jon Ander Hernández, thanks for your patch. The code is modified and I have fixed the issue.