From 9a1d0b5c0922cd1364420cf1cd79cf63266e9274 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sun, 29 Apr 2001 02:27:27 +0000 Subject: fix bug in tooltip 2001-04-28 Havoc Pennington * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip --- gtk/gtkcolorsel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk') diff --git a/gtk/gtkcolorsel.c b/gtk/gtkcolorsel.c index 5900ad9606..a894e9fc5c 100644 --- a/gtk/gtkcolorsel.c +++ b/gtk/gtkcolorsel.c @@ -1026,7 +1026,7 @@ palette_new (GtkColorSelection *colorsel) gtk_tooltips_set_tip (priv->tooltips, retval, - _("This is a palette entry used for quick access to commonly-used colors. Double click it to make this color the current color. To change this entry, drag a color swatch here or right-click it and select \"Save color here.\""), + _("Click this palette entry to make it the current color. To change this entry, drag a color swatch here or right-click it and select \"Save color here.\""), NULL); return retval; } -- cgit v1.2.1