From baa5e263327fff1b2071a5a718e38241623e4764 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Tue, 10 Jul 2007 18:47:07 +0000 Subject: [PATCH] shorter and less assuming status message - note that effects are used among other things for help menu items --- src/extension/execution-env.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.30.2