summaryrefslogtreecommitdiffstats
path: root/src/extension/execution-env.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-07-10 18:47:07 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-07-10 18:47:07 +0000
commit3dc4feab568157a02a5c47a5636afd57d0d3cad4 (patch)
treecd6217638441d3c82e3941d743e1a685a0f235d5 /src/extension/execution-env.cpp
parentmove filters dialog to where it makes more sense (diff)
downloadinkscape-3dc4feab568157a02a5c47a5636afd57d0d3cad4.tar.gz
inkscape-3dc4feab568157a02a5c47a5636afd57d0d3cad4.zip
shorter and less assuming status message - note that effects are used among other things for help menu items
(bzr r3219)
Diffstat (limited to 'src/extension/execution-env.cpp')
-rw-r--r--src/extension/execution-env.cpp2
1 files changed, 1 insertions, 1 deletions
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,