X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=properties%2Fev-properties-view.c;h=9a9d13c0d7ab624da2c901fc601a864a262ec8ea;hb=b12b5711c36666e8ed25d3480ff3e249159c10d1;hp=e0f177978638f81c0e398e5fdeb6468e38c524d0;hpb=30a392babbccd40030a2da905d809c7208a1b70c;p=evince.git 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);