summaryrefslogtreecommitdiffstats
path: root/src/widgets/eraser-toolbar.cpp
diff options
context:
space:
mode:
authorMichael Soegtrop <MSoegtrop@yahoo.de>2016-05-23 20:36:18 +0000
committerMichael Soegtrop <MSoegtrop@yahoo.de>2016-05-23 20:36:18 +0000
commit9b667f5ad22543b88067107425ec55ef972e2ff0 (patch)
tree933384cbb74b5bca4c94417e1ebd6270688bbb9a /src/widgets/eraser-toolbar.cpp
parentAdded bool LPE (diff)
parentFix regression: restore order in resources (e.g. pattern list) (diff)
downloadinkscape-9b667f5ad22543b88067107425ec55ef972e2ff0.tar.gz
inkscape-9b667f5ad22543b88067107425ec55ef972e2ff0.zip
Fixed Bool LPE review issues
(bzr r14876.2.2)
Diffstat (limited to 'src/widgets/eraser-toolbar.cpp')
-rw-r--r--src/widgets/eraser-toolbar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/eraser-toolbar.cpp b/src/widgets/eraser-toolbar.cpp
index 45989936f..bb553f4e6 100644
--- a/src/widgets/eraser-toolbar.cpp
+++ b/src/widgets/eraser-toolbar.cpp
@@ -183,8 +183,8 @@ void sp_eraser_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GOb
/* Overlap */
{
InkToggleAction* act = ink_toggle_action_new( "EraserBreakAppart",
- _("Break appart cutted items"),
- _("Break appart cutted itemss"),
+ _("Break apart cut items"),
+ _("Break apart cut items"),
INKSCAPE_ICON("distribute-randomize"),
secondarySize );
gtk_toggle_action_set_active( GTK_TOGGLE_ACTION(act), prefs->getBool("/tools/eraser/break_apart", false) );