summaryrefslogtreecommitdiff
path: root/gtk/gtkcolorbutton.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/gtkcolorbutton.c
parentfb48e023d2959b5596eae54728c689264ffabdbd (diff)
downloadgtk+-3eb197b51fbcfab20abc618c7081bb400844996e.tar.gz
Bug 596125 — Property string fixes
Diffstat (limited to 'gtk/gtkcolorbutton.c')
-rw-r--r--gtk/gtkcolorbutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcolorbutton.c b/gtk/gtkcolorbutton.c
index a164caf508..24bb047d9a 100644
--- a/gtk/gtkcolorbutton.c
+++ b/gtk/gtkcolorbutton.c
@@ -157,7 +157,7 @@ gtk_color_button_class_init (GtkColorButtonClass *klass)
g_object_class_install_property (gobject_class,
PROP_USE_ALPHA,
g_param_spec_boolean ("use-alpha", P_("Use alpha"),
- P_("Whether or not to give the color an alpha value"),
+ P_("Whether to give the color an alpha value"),
FALSE,
GTK_PARAM_READWRITE));