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 /share | |
| parent | Cleanup comments and unused functions (diff) | |
| download | inkscape-29b8607efbe3bb3c9af4d4729a0bd16cc419ea30.tar.gz inkscape-29b8607efbe3bb3c9af4d4729a0bd16cc419ea30.zip | |
Fix minor typos
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> |
