From 3eb197b51fbcfab20abc618c7081bb400844996e Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 10 Aug 2010 09:23:49 +0100 Subject: =?UTF-8?q?Bug=20596125=20=E2=80=94=20Property=20string=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gtk/gtkcolorbutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkcolorbutton.c') 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)); -- cgit v1.2.1