diff options
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkcolorsel.c | 2 |
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; } |