summaryrefslogtreecommitdiffstats
path: root/src/dialogs/swatches.cpp
diff options
context:
space:
mode:
authorJohn Bintz <me@johnbintz.com>2008-04-23 01:37:38 +0000
committerjohncoswell <johncoswell@users.sourceforge.net>2008-04-23 01:37:38 +0000
commit33874eb45b72ad6aeb2f5686ebe000aad6ea2d2e (patch)
tree714c9c4b12cdf9270356b31a7f3774223f7cbabb /src/dialogs/swatches.cpp
parentKeep swatch status messages visible while hovering (diff)
downloadinkscape-33874eb45b72ad6aeb2f5686ebe000aad6ea2d2e.tar.gz
inkscape-33874eb45b72ad6aeb2f5686ebe000aad6ea2d2e.zip
Change status bar text for swatch hover
(bzr r5492)
Diffstat (limited to 'src/dialogs/swatches.cpp')
-rw-r--r--src/dialogs/swatches.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dialogs/swatches.cpp b/src/dialogs/swatches.cpp
index 667149916..1ed36e789 100644
--- a/src/dialogs/swatches.cpp
+++ b/src/dialogs/swatches.cpp
@@ -246,10 +246,10 @@ static gboolean handleEnterNotify( GtkWidget* widget, GdkEventCrossing* event, g
SPDesktop *desktop = SP_ACTIVE_DESKTOP;
if ( desktop ) {
desktop->tipsMessageContext()->set(Inkscape::INFORMATION_MESSAGE, g_strconcat(
- _("Swatch info: <b>"),
+ _("Color: <b>"),
item->def.descr.c_str(),
_("</b>"),
- _(" - "),
+ _("; "),
_("<b>Click</b> to set fill, <b>Shift+click</b> to set stroke"),
NULL
));