From: buliabyak Date: Tue, 10 Jul 2007 18:47:07 +0000 (+0000) Subject: shorter and less assuming status message - note that effects are used among other... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=baa5e263327fff1b2071a5a718e38241623e4764;p=inkscape.git shorter and less assuming status message - note that effects are used among other things for help menu items --- diff --git a/src/extension/execution-env.cpp b/src/extension/execution-env.cpp index 4fc559b8d..f43e95329 100644 --- a/src/extension/execution-env.cpp +++ b/src/extension/execution-env.cpp @@ -106,7 +106,7 @@ ExecutionEnv::createWorkingDialog (void) { delete _visibleDialog; } - gchar * dlgmessage = g_strdup_printf(_("The effect '%s' is working on your document. Please wait."), _effect->get_name()); + gchar * dlgmessage = g_strdup_printf(_("'%s' working, please wait..."), _effect->get_name()); _visibleDialog = new Gtk::MessageDialog(dlgmessage, false, // use markup Gtk::MESSAGE_INFO,