summaryrefslogtreecommitdiffstats
path: root/src/lpe-tool-context.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-08-18 00:44:06 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-08-18 00:44:06 +0000
commit731ff10c200f67207573deb30a835db38f55a923 (patch)
tree35cc6890bffba43b5af2d287dc2d40b6c1b7a94f /src/lpe-tool-context.cpp
parentAbsorb all mouse clicks (and flash a warning on the status bar) when no subto... (diff)
downloadinkscape-731ff10c200f67207573deb30a835db38f55a923.tar.gz
inkscape-731ff10c200f67207573deb30a835db38f55a923.zip
noop: wording
(bzr r6676)
Diffstat (limited to 'src/lpe-tool-context.cpp')
-rw-r--r--src/lpe-tool-context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lpe-tool-context.cpp b/src/lpe-tool-context.cpp
index dd305116b..2a6bf5e50 100644
--- a/src/lpe-tool-context.cpp
+++ b/src/lpe-tool-context.cpp
@@ -215,7 +215,7 @@ sp_lpetool_context_root_handler(SPEventContext *event_context, GdkEvent *event)
g_print ("GDK_BUTTON_PRESS\n");
if (lc->mode == Inkscape::LivePathEffect::INVALID_LPE) {
// don't do anything for now if we are inactive
- desktop->messageStack()->flash(Inkscape::WARNING_MESSAGE, _("Choose a subtool from the toolbar to perform a geometric construction."));
+ desktop->messageStack()->flash(Inkscape::WARNING_MESSAGE, _("Choose a construction tool from the toolbar."));
g_print ("Flash statusbar\n");
ret = true;
break;