summaryrefslogtreecommitdiffstats
path: root/src/widgets/pencil-toolbar.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-01-01 22:09:22 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-01-01 22:09:22 +0000
commit72f43c86d2f36f801785bfa4a393956a5c9f45b5 (patch)
tree98256c32d5b932e31c76b5e8a11a9fc5545159a6 /src/widgets/pencil-toolbar.cpp
parentFixes crashes with knoth in bend and pattern along path (diff)
parentMerge branch 'checkboxlabel' of gitlab.com:darktrojan/inkscape (diff)
downloadinkscape-72f43c86d2f36f801785bfa4a393956a5c9f45b5.tar.gz
inkscape-72f43c86d2f36f801785bfa4a393956a5c9f45b5.zip
Merge branch 'master' into fixBendAndPatternAlongPathCrashesWithKnots
Diffstat (limited to 'src/widgets/pencil-toolbar.cpp')
-rw-r--r--src/widgets/pencil-toolbar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/pencil-toolbar.cpp b/src/widgets/pencil-toolbar.cpp
index 688eb2cf0..14fb72f97 100644
--- a/src/widgets/pencil-toolbar.cpp
+++ b/src/widgets/pencil-toolbar.cpp
@@ -476,7 +476,7 @@ void sp_pencil_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GOb
/* min pressure */
{
eact = create_adjustment_action( "MinPressureAction",
- _("Min presure"), _("Min:"), _("Min percent of pressure"),
+ _("Min pressure"), _("Min:"), _("Min percent of pressure"),
"/tools/freehand/pencil/minpressure", 0,
GTK_WIDGET(desktop->canvas), holder, FALSE, NULL,
0, 100, 1, 0,
@@ -494,7 +494,7 @@ void sp_pencil_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GOb
/* max pressure */
{
eact = create_adjustment_action( "MaxPressureAction",
- _("Max presure"), _("Max:"), _("Max percent of pressure"),
+ _("Max pressure"), _("Max:"), _("Max percent of pressure"),
"/tools/freehand/pencil/maxpressure", 100,
GTK_WIDGET(desktop->canvas), holder, FALSE, NULL,
0, 100, 1, 0,