summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2017-12-09 01:14:27 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2017-12-14 22:11:56 +0000
commit4b8609e0cce219ec683e8901d1c47abec07bf022 (patch)
tree1742b9669c0920b9f53d842b1388617c58c46a46 /src/ui
parentFix strings, thanks Maren (diff)
downloadinkscape-4b8609e0cce219ec683e8901d1c47abec07bf022.tar.gz
inkscape-4b8609e0cce219ec683e8901d1c47abec07bf022.zip
Add break apart. Thanks Maren
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index 562617e6d..dcc3033fa 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -1397,7 +1397,7 @@ void InkscapePreferences::initPageBehavior()
_page_clones.add_group_header( _("Unlinking clones"));
_clone_to_curves.init ( _("Path operations unlink clones"), "/options/pathoperationsunlink/value", true);
_page_clones.add_line(true, "", _clone_to_curves, "",
- _("The following path operations will unlink clones: Stroke to path, Boolean operations, Object to Path, Combine"));
+ _("The following path operations will unlink clones: Stroke to path, Object to Path, Boolean operations, Combine and Break Apart"));
//TRANSLATORS: Heading for the Inkscape Preferences "Clones" Page
this->AddPage(_page_clones, _("Clones"), iter_behavior, PREFS_PAGE_BEHAVIOR_CLONES);