diff options
Diffstat (limited to 'gtk/gtkcheckmenuitem.c')
-rw-r--r-- | gtk/gtkcheckmenuitem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcheckmenuitem.c b/gtk/gtkcheckmenuitem.c index c45084e428..2cb356a4ad 100644 --- a/gtk/gtkcheckmenuitem.c +++ b/gtk/gtkcheckmenuitem.c @@ -201,7 +201,7 @@ gtk_check_menu_item_class_init (GtkCheckMenuItemClass *klass) PROP_INCONSISTENT, g_param_spec_boolean ("inconsistent", P_("Inconsistent"), - P_("Whether to display an \"inconsistent\" state"), + P_("Whether to display an “inconsistent” state"), FALSE, GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY)); |