mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-04 09:40:19 +00:00
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:
parent
724d3be794
commit
43312bb8c2
@ -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));
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user