summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ddbac8c)
raw | patch | inline | side by side (parent: ddbac8c)
author | cilix42 <cilix42@users.sourceforge.net> | |
Mon, 18 Aug 2008 00:44:06 +0000 (00:44 +0000) | ||
committer | cilix42 <cilix42@users.sourceforge.net> | |
Mon, 18 Aug 2008 00:44:06 +0000 (00:44 +0000) |
src/lpe-tool-context.cpp | patch | blob | history | |
src/widgets/toolbox.cpp | patch | blob | history |
index dd305116b4c63bd4319798d4696af0f1227db9ae..2a6bf5e50543595564bf1ca977179135a76c6ed1 100644 (file)
--- a/src/lpe-tool-context.cpp
+++ b/src/lpe-tool-context.cpp
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;
index 2644d70a3283fcc696a47698eefd151e9bf39f69..5a1690492c91d3099416822af5e07fde8ae354ab 100644 (file)
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -4932,7 +4932,7 @@ static void sp_lpetool_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActi
{
InkToggleAction* act = ink_toggle_action_new( "LPEShowBBoxAction",
_("Show limiting bounding box"),
- _("Show bounding box (is used to cut infinite lines)"),
+ _("Show bounding box (used to cut infinite lines)"),
"lpetool_show_bbox",
Inkscape::ICON_SIZE_DECORATION );
gtk_action_group_add_action( mainActions, GTK_ACTION( act ) );