Code

Change status bar text for swatch hover
authorjohncoswell <johncoswell@users.sourceforge.net>
Wed, 23 Apr 2008 01:37:38 +0000 (01:37 +0000)
committerjohncoswell <johncoswell@users.sourceforge.net>
Wed, 23 Apr 2008 01:37:38 +0000 (01:37 +0000)
src/dialogs/swatches.cpp

index 667149916790fe3c4a91c610e2544a88e20cb892..1ed36e7897f28b67b75f50a57a669cd39308011e 100644 (file)
@@ -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
             ));