summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2017-12-08 19:45:44 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2017-12-14 22:11:55 +0000
commit0715e9d74e3a13e01a4497568b11d3e4f84e7750 (patch)
tree60a96a3be5aaf7fd1962dac65cd365556cc4184f /src
parentMake optional convert clone to path by a prefs option (diff)
downloadinkscape-0715e9d74e3a13e01a4497568b11d3e4f84e7750.tar.gz
inkscape-0715e9d74e3a13e01a4497568b11d3e4f84e7750.zip
Fix strings, thanks Maren
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index 803dede7e..562617e6d 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -1395,9 +1395,9 @@ void InkscapePreferences::initPageBehavior()
_("When duplicating a selection containing both a clone and its original (possibly in groups), relink the duplicated clone to the duplicated original instead of the old original"));
_page_clones.add_group_header( _("Unlinking clones"));
- _clone_to_curves.init ( _("Paths operations unlink clones"), "/options/pathoperationsunlink/value", true);
+ _clone_to_curves.init ( _("Path operations unlink clones"), "/options/pathoperationsunlink/value", true);
_page_clones.add_line(true, "", _clone_to_curves, "",
- _("This paths operations unlink clones: stroke to path, boolops operations, to curves, combine"));
+ _("The following path operations will unlink clones: Stroke to path, Boolean operations, Object to Path, Combine"));
//TRANSLATORS: Heading for the Inkscape Preferences "Clones" Page
this->AddPage(_page_clones, _("Clones"), iter_behavior, PREFS_PAGE_BEHAVIOR_CLONES);