Merge branch 'typo' into 'master'

popover: fix typo in schema string

See merge request GNOME/gtk!1071
This commit is contained in:
Timm Bäder
2019-08-29 13:56:13 +00:00

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);