diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2010-08-10 09:23:49 +0100 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2010-08-10 09:23:49 +0100 |
commit | 3eb197b51fbcfab20abc618c7081bb400844996e (patch) | |
tree | 287f5648ffcfa7046adcb5fbbfb56175e7e352fc /gtk/gtktoggletoolbutton.c | |
parent | fb48e023d2959b5596eae54728c689264ffabdbd (diff) | |
download | gtk+-3eb197b51fbcfab20abc618c7081bb400844996e.tar.gz |
Bug 596125 — Property string fixes
Diffstat (limited to 'gtk/gtktoggletoolbutton.c')
-rw-r--r-- | gtk/gtktoggletoolbutton.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktoggletoolbutton.c b/gtk/gtktoggletoolbutton.c index c632b7b368..bf6a071a28 100644 --- a/gtk/gtktoggletoolbutton.c +++ b/gtk/gtktoggletoolbutton.c @@ -102,7 +102,7 @@ gtk_toggle_tool_button_class_init (GtkToggleToolButtonClass *klass) /** * GtkToggleToolButton:active: * - * If the toggle tool button should be pressed in or not. + * If the toggle tool button should be pressed in. * * Since: 2.8 */ @@ -110,7 +110,7 @@ gtk_toggle_tool_button_class_init (GtkToggleToolButtonClass *klass) PROP_ACTIVE, g_param_spec_boolean ("active", P_("Active"), - P_("If the toggle button should be pressed in or not"), + P_("If the toggle button should be pressed in"), FALSE, GTK_PARAM_READWRITE)); |