summaryrefslogtreecommitdiffstats
path: root/src/widgets/eraser-toolbar.cpp
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2016-05-16 14:40:00 +0000
committerJazzyNico <nicoduf@yahoo.fr>2016-05-16 14:40:00 +0000
commitf93510e1fdca73da2e7755a5c2a40341e9355830 (patch)
treeb08201ce9622fc6dfe6da6edc4ad73a3bfcc7a05 /src/widgets/eraser-toolbar.cpp
parentExtensions: Corrected pySerial download information in plotting extension (diff)
downloadinkscape-f93510e1fdca73da2e7755a5c2a40341e9355830.tar.gz
inkscape-f93510e1fdca73da2e7755a5c2a40341e9355830.zip
UI. Fixing typos in original strings.
Translations. PO template update. (bzr r14894)
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) );