font button: Fix translation of font-name default

The default value should come out of regular translations, not
property translations.
This commit is contained in:
Matthias Clasen 2016-04-25 23:08:03 -04:00
parent 724d3be794
commit 43312bb8c2

View File

@ -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));
/**