From b59f53187ed898327f3f6a159d523c5fffaa2395 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 24 Mar 2009 21:47:47 +0000 Subject: Bug 575085 – titles not translated in the nautilus tab * properties/ev-properties-view.c: (set_property): Translate the categories. svn path=/trunk/; revision=3554 --- (limited to 'properties') diff --git a/properties/ev-properties-view.c b/properties/ev-properties-view.c index e0f1779..9a9d13c 100644 --- a/properties/ev-properties-view.c +++ b/properties/ev-properties-view.c @@ -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 ("%s", properties_info[property].label); + markup = g_strdup_printf ("%s", _(properties_info[property].label)); gtk_label_set_markup (GTK_LABEL (label), markup); g_free (markup); -- cgit v0.9.1