summaryrefslogtreecommitdiffstats
path: root/src/dialogs/swatches.cpp
diff options
context:
space:
mode:
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
));