diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-04-25 23:08:03 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-04-25 23:09:19 -0400 |
commit | 43312bb8c2f3eb579266e928363c9fba41b660a1 (patch) | |
tree | 848d6bd0d0522aabe431a3a357530f0277d2ef77 /gtk/gtkfontbutton.c | |
parent | 724d3be794bc6faa79b9a17681fe77c67d280a99 (diff) | |
download | gtk+-43312bb8c2f3eb579266e928363c9fba41b660a1.tar.gz |
font button: Fix translation of font-name default
The default value should come out of regular translations, not
property translations.
Diffstat (limited to 'gtk/gtkfontbutton.c')
-rw-r--r-- | gtk/gtkfontbutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfontbutton.c b/gtk/gtkfontbutton.c index 82021b8881..b1e0000da0 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)); /** |