diff options
| author | John Bintz <me@johnbintz.com> | 2008-04-23 01:37:38 +0000 |
|---|---|---|
| committer | johncoswell <johncoswell@users.sourceforge.net> | 2008-04-23 01:37:38 +0000 |
| commit | 33874eb45b72ad6aeb2f5686ebe000aad6ea2d2e (patch) | |
| tree | 714c9c4b12cdf9270356b31a7f3774223f7cbabb | |
| parent | Keep swatch status messages visible while hovering (diff) | |
| download | inkscape-33874eb45b72ad6aeb2f5686ebe000aad6ea2d2e.tar.gz inkscape-33874eb45b72ad6aeb2f5686ebe000aad6ea2d2e.zip | |
Change status bar text for swatch hover
(bzr r5492)
| -rw-r--r-- | src/dialogs/swatches.cpp | 4 |
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 )); |
