From 50322af6af4f0345d19e5ee224d5faedd1fce711 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Sat, 9 Dec 2017 10:31:37 +0100 Subject: Fix typos --- src/ui/dialog/inkscape-preferences.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index dcc3033fa..f1129513f 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, Object to Path, Boolean operations, Combine and Break Apart")); + _("The following path operations will unlink clones: Stroke to path, Object to path, Boolean operations, Combine, 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