summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/inkscape-preferences.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/dialog/inkscape-preferences.cpp')
-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 f452f4812..ad5b2186f 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -1448,8 +1448,8 @@ void InkscapePreferences::initPageBehavior()
this->AddPage(_page_transforms, _("Transforms"), iter_behavior, PREFS_PAGE_BEHAVIOR_TRANSFORMS);
- _dash_scale.init(_("Stroke width change dashes"), "/options/dash/scale", true);
- _page_dashes.add_line(false, "", _dash_scale, "", _("When chage stroke width, scale the dash array"));
+ _dash_scale.init(_("Scale dashes with stroke"), "/options/dash/scale", true);
+ _page_dashes.add_line(false, "", _dash_scale, "", _("When changing stroke width, scale dash array"));
this->AddPage(_page_dashes, _("Dashes"), iter_behavior, PREFS_PAGE_BEHAVIOR_DASHES);