popover: fix typo in schema string

This commit is contained in:
Alexandre Franke 2019-08-29 14:50:20 +02:00
parent 27fa7eace1
commit 88b617646a

View File

@ -1355,7 +1355,7 @@ gtk_popover_class_init (GtkPopoverClass *klass)
properties[PROP_AUTOHIDE] =
g_param_spec_boolean ("autohide",
P_("Autohide"),
P_("Whether to dismiss the popver on outside clicks"),
P_("Whether to dismiss the popover on outside clicks"),
TRUE,
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);