diff options
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/e-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-config.c b/e-util/e-config.c index 1c21098827..9d2a407546 100644 --- a/e-util/e-config.c +++ b/e-util/e-config.c @@ -768,7 +768,7 @@ ec_rebuild (EConfig *emp) } if (translated_label != NULL) { - gchar *txt = g_strdup_printf("<span weight=\"bold\">%s</span>", translated_label); + gchar *txt = g_markup_printf_escaped("<span weight=\"bold\">%s</span>", translated_label); label = g_object_new(gtk_label_get_type(), "label", txt, |