forked from AuroraMiddleware/gtk
Merge branch 'patch-1' into 'master'
Fix typo: Filer -> Filter See merge request GNOME/gtk!2203
This commit is contained in:
commit
9b73c55559
@ -575,7 +575,7 @@ gtk_filter_list_model_class_init (GtkFilterListModelClass *class)
|
|||||||
properties[PROP_INCREMENTAL] =
|
properties[PROP_INCREMENTAL] =
|
||||||
g_param_spec_boolean ("incremental",
|
g_param_spec_boolean ("incremental",
|
||||||
P_("Incremental"),
|
P_("Incremental"),
|
||||||
P_("Filer items incrementally"),
|
P_("Filter items incrementally"),
|
||||||
FALSE,
|
FALSE,
|
||||||
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
|
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user