From b59f53187ed898327f3f6a159d523c5fffaa2395 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 24 Mar 2009 21:47:47 +0000 Subject: [PATCH] =?utf8?q?=09Bug=20575085=20=E2=80=93=20titles=20not=20tra?= =?utf8?q?nslated=20in=20the=20nautilus=20tab?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * properties/ev-properties-view.c: (set_property): Translate the categories. svn path=/trunk/; revision=3554 --- ChangeLog | 7 +++++++ properties/ev-properties-view.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5bb08ec1..dbda4371 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-03-19 Christian Persch + + 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 * NEWS: diff --git a/properties/ev-properties-view.c b/properties/ev-properties-view.c index e0f17797..9a9d13c0 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); -- 2.43.0