summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2017-12-09 09:31:37 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2017-12-14 22:11:56 +0000
commit50322af6af4f0345d19e5ee224d5faedd1fce711 (patch)
tree507212146a74b7dceedf8cca1f41f741041aa08c /src
parentAdd break apart. Thanks Maren (diff)
downloadinkscape-50322af6af4f0345d19e5ee224d5faedd1fce711.tar.gz
inkscape-50322af6af4f0345d19e5ee224d5faedd1fce711.zip
Fix typos
Diffstat (limited to 'src')
-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 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);