diff options
Diffstat (limited to 'gtk/gtktogglebutton.c')
-rw-r--r-- | gtk/gtktogglebutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktogglebutton.c b/gtk/gtktogglebutton.c index 4e54a8a5ff..c01c8eaf60 100644 --- a/gtk/gtktogglebutton.c +++ b/gtk/gtktogglebutton.c @@ -523,7 +523,7 @@ gtk_toggle_button_toggled (GtkToggleButton *toggle_button) * “in between” display. Normally you would turn off the inconsistent * state again if the user toggles the toggle button. This has to be * done manually, gtk_toggle_button_set_inconsistent() only affects - * visual appearance, it doesn't affect the semantics of the button. + * visual appearance, it doesn’t affect the semantics of the button. * **/ void |