* properties/ev-properties-view.c: (set_property): Translate the
categories.
svn path=/trunk/; revision=3554
+2009-03-19 Christian Persch <chpe@gnome.org>
+
+ Bug 575085 – titles not translated in the nautilus tab
+
+ * properties/ev-properties-view.c: (set_property): Translate the
+ categories.
+
2009-03-16 Carlos Garcia Campos <carlosgc@gnome.org>
* NEWS:
2009-03-16 Carlos Garcia Campos <carlosgc@gnome.org>
* NEWS:
label = gtk_label_new (NULL);
g_object_set (G_OBJECT (label), "xalign", 0.0, NULL);
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);
gtk_label_set_markup (GTK_LABEL (label), markup);
g_free (markup);