forked from AuroraMiddleware/gtk
Fix a typo
This commit is contained in:
parent
00932b2c11
commit
88664f7ccb
@ -1352,7 +1352,7 @@ gtk_entry_class_init (GtkEntryClass *class)
|
||||
entry_props[PROP_ATTRIBUTES] =
|
||||
g_param_spec_boxed ("attributes",
|
||||
P_("Attributes"),
|
||||
P_("A list of style attributes to apply to the text of the label"),
|
||||
P_("A list of style attributes to apply to the text of the entry"),
|
||||
PANGO_TYPE_ATTR_LIST,
|
||||
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user