From 4b4533ef6880e17c9812624c6387d4ade46b20b7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 25 Apr 2016 23:08:03 -0400 Subject: font button: Fix translation of font-name default The default value should come out of regular translations, not property translations. --- gtk/gtkfontbutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkfontbutton.c b/gtk/gtkfontbutton.c index 91a0f98f46..5507375e37 100644 --- a/gtk/gtkfontbutton.c +++ b/gtk/gtkfontbutton.c @@ -490,7 +490,7 @@ gtk_font_button_class_init (GtkFontButtonClass *klass) g_param_spec_string ("font-name", P_("Font name"), P_("The name of the selected font"), - P_("Sans 12"), + _("Sans 12"), GTK_PARAM_READWRITE)); /** -- cgit v1.2.1