diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 4 |
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); |
