diff options
Diffstat (limited to 'src/lpe-tool-context.cpp')
| -rw-r--r-- | src/lpe-tool-context.cpp | 2 |
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; |
