diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-12-09 09:31:37 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-12-14 22:11:56 +0000 |
| commit | 50322af6af4f0345d19e5ee224d5faedd1fce711 (patch) | |
| tree | 507212146a74b7dceedf8cca1f41f741041aa08c /src | |
| parent | Add break apart. Thanks Maren (diff) | |
| download | inkscape-50322af6af4f0345d19e5ee224d5faedd1fce711.tar.gz inkscape-50322af6af4f0345d19e5ee224d5faedd1fce711.zip | |
Fix typos
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 2 |
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); |
