summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2001-04-29 02:27:27 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-04-29 02:27:27 +0000
commit9a1d0b5c0922cd1364420cf1cd79cf63266e9274 (patch)
tree9fcef2528eaab34d26bef614718632681066eeb0 /gtk
parent7ad364135340a4f685c1a286589d2c90ce4f757d (diff)
downloadgtk+-9a1d0b5c0922cd1364420cf1cd79cf63266e9274.tar.gz
fix bug in tooltip
2001-04-28 Havoc Pennington <hp@pobox.com> * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtkcolorsel.c2
1 files changed, 1 insertions, 1 deletions
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;
}