diff options
| author | Yuri Chornoivan <yurchor@ukr.net> | 2018-01-01 15:43:35 +0000 |
|---|---|---|
| committer | Yuri Chornoivan <yurchor@ukr.net> | 2018-01-01 15:43:35 +0000 |
| commit | 29b8607efbe3bb3c9af4d4729a0bd16cc419ea30 (patch) | |
| tree | b352c6c8e4060ccba60080c8c5e904dbb934bd54 /src/widgets/pencil-toolbar.cpp | |
| parent | Cleanup comments and unused functions (diff) | |
| download | inkscape-29b8607efbe3bb3c9af4d4729a0bd16cc419ea30.tar.gz inkscape-29b8607efbe3bb3c9af4d4729a0bd16cc419ea30.zip | |
Fix minor typos
Diffstat (limited to 'src/widgets/pencil-toolbar.cpp')
| -rw-r--r-- | src/widgets/pencil-toolbar.cpp | 4 |
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, |
