diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-01-01 22:09:22 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-01-01 22:09:22 +0000 |
| commit | 72f43c86d2f36f801785bfa4a393956a5c9f45b5 (patch) | |
| tree | 98256c32d5b932e31c76b5e8a11a9fc5545159a6 /share | |
| parent | Fixes crashes with knoth in bend and pattern along path (diff) | |
| parent | Merge branch 'checkboxlabel' of gitlab.com:darktrojan/inkscape (diff) | |
| download | inkscape-72f43c86d2f36f801785bfa4a393956a5c9f45b5.tar.gz inkscape-72f43c86d2f36f801785bfa4a393956a5c9f45b5.zip | |
Merge branch 'master' into fixBendAndPatternAlongPathCrashesWithKnots
Diffstat (limited to 'share')
| -rw-r--r-- | share/extensions/jessyInk_keyBindings.inx | 2 | ||||
| -rw-r--r-- | share/extensions/jessyInk_mouseHandler.inx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/extensions/jessyInk_keyBindings.inx b/share/extensions/jessyInk_keyBindings.inx index 843957c0d..99e5a9658 100644 --- a/share/extensions/jessyInk_keyBindings.inx +++ b/share/extensions/jessyInk_keyBindings.inx @@ -54,7 +54,7 @@ <param name="index_setNumberOfColumnsToDefault" type="string" _gui-text="Set number of columns to default:">0</param> </page> <page name="help" _gui-text="Help"> - <_param name="help_text" type="description">This extension allows you customise the key bindings JessyInk uses. Please see code.google.com/p/jessyink for more details.</_param> + <_param name="help_text" type="description">This extension allows you customize the key bindings JessyInk uses. Please see code.google.com/p/jessyink for more details.</_param> </page> </param> <effect> diff --git a/share/extensions/jessyInk_mouseHandler.inx b/share/extensions/jessyInk_mouseHandler.inx index 528360781..24319b149 100644 --- a/share/extensions/jessyInk_mouseHandler.inx +++ b/share/extensions/jessyInk_mouseHandler.inx @@ -13,7 +13,7 @@ </param> </page> <page name="help" _gui-text="Help"> - <_param name="help_text" type="description">This extension allows you customise the mouse handler JessyInk uses. Please see code.google.com/p/jessyink for more details.</_param> + <_param name="help_text" type="description">This extension allows you customize the mouse handler JessyInk uses. Please see code.google.com/p/jessyink for more details.</_param> </page> </param> <effect> |
