diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-07-10 18:47:07 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-07-10 18:47:07 +0000 |
| commit | 3dc4feab568157a02a5c47a5636afd57d0d3cad4 (patch) | |
| tree | cd6217638441d3c82e3941d743e1a685a0f235d5 /src/extension/execution-env.cpp | |
| parent | move filters dialog to where it makes more sense (diff) | |
| download | inkscape-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.cpp | 2 |
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, |
