From 4b8609e0cce219ec683e8901d1c47abec07bf022 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Sat, 9 Dec 2017 02:14:27 +0100 Subject: Add break apart. Thanks Maren --- src/ui/dialog/inkscape-preferences.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui') 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); -- cgit v1.2.3