diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2016-05-16 14:40:00 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2016-05-16 14:40:00 +0000 |
| commit | f93510e1fdca73da2e7755a5c2a40341e9355830 (patch) | |
| tree | b08201ce9622fc6dfe6da6edc4ad73a3bfcc7a05 /src/widgets | |
| parent | Extensions: Corrected pySerial download information in plotting extension (diff) | |
| download | inkscape-f93510e1fdca73da2e7755a5c2a40341e9355830.tar.gz inkscape-f93510e1fdca73da2e7755a5c2a40341e9355830.zip | |
UI. Fixing typos in original strings.
Translations. PO template update.
(bzr r14894)
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/eraser-toolbar.cpp | 4 |
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) ); |
