Code

shorter and less assuming status message - note that effects are used among other...
authorbuliabyak <buliabyak@users.sourceforge.net>
Tue, 10 Jul 2007 18:47:07 +0000 (18:47 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Tue, 10 Jul 2007 18:47:07 +0000 (18:47 +0000)
src/extension/execution-env.cpp

index 4fc559b8db9f3455035597c8ae1ec0da4a2626aa..f43e953299c4c14e8128bd0e4f40b933a35689df 100644 (file)
@@ -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,