diff options
author | Alexandre Franke <afranke@gnome.org> | 2019-08-29 14:50:20 +0200 |
---|---|---|
committer | Alexandre Franke <afranke@gnome.org> | 2019-08-29 14:50:20 +0200 |
commit | 88b617646a79dd9deb0a676d10c4205aaf64d098 (patch) | |
tree | 90b0cc4a776f3f44b70585f36a9d1e3a101ae695 /gtk | |
parent | 27fa7eace108c8f55127f3001e7cbe653e52ddf7 (diff) | |
download | gtk+-88b617646a79dd9deb0a676d10c4205aaf64d098.tar.gz |
popover: fix typo in schema string
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkpopover.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkpopover.c b/gtk/gtkpopover.c index 031e606c4c..3c211b0874 100644 --- a/gtk/gtkpopover.c +++ b/gtk/gtkpopover.c @@ -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); |