summaryrefslogtreecommitdiff
path: root/gtk/gtktogglebutton.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-08-10 09:23:49 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2010-08-10 09:23:49 +0100
commit3eb197b51fbcfab20abc618c7081bb400844996e (patch)
tree287f5648ffcfa7046adcb5fbbfb56175e7e352fc /gtk/gtktogglebutton.c
parentfb48e023d2959b5596eae54728c689264ffabdbd (diff)
downloadgtk+-3eb197b51fbcfab20abc618c7081bb400844996e.tar.gz
Bug 596125 — Property string fixes
Diffstat (limited to 'gtk/gtktogglebutton.c')
-rw-r--r--gtk/gtktogglebutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktogglebutton.c b/gtk/gtktogglebutton.c
index e18edaea7f..2ea40ac691 100644
--- a/gtk/gtktogglebutton.c
+++ b/gtk/gtktogglebutton.c
@@ -113,7 +113,7 @@ gtk_toggle_button_class_init (GtkToggleButtonClass *class)
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));