]> www.fi.muni.cz Git - evince.git/blobdiff - properties/ev-properties-view.c
Bug 575085 – titles not translated in the nautilus tab
[evince.git] / properties / ev-properties-view.c
index e0f177978638f81c0e398e5fdeb6468e38c524d0..9a9d13c0d7ab624da2c901fc601a864a262ec8ea 100644 (file)
@@ -181,7 +181,7 @@ set_property (GtkTable    *table,
 
        label = gtk_label_new (NULL);
        g_object_set (G_OBJECT (label), "xalign", 0.0, NULL);
-       markup = g_strdup_printf ("<b>%s</b>", properties_info[property].label);
+       markup = g_strdup_printf ("<b>%s</b>", _(properties_info[property].label));
        gtk_label_set_markup (GTK_LABEL (label), markup);
        g_free (markup);