diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2018-07-31 20:00:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-31 20:00:32 -0400 |
| commit | f51d5394f36dcdeaf7189aaece9f19471d1af31c (patch) | |
| tree | d343ffc8d42cce5eb91487ce3dd1f4d8f12285d7 /inx | |
| parent | 091edc35c168b133b302359d91853013e86c859e (diff) | |
slight grammer correction
Diffstat (limited to 'inx')
| -rw-r--r-- | inx/inkstitch_embroider.inx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inx/inkstitch_embroider.inx b/inx/inkstitch_embroider.inx index cd9674ef..70bc10b0 100644 --- a/inx/inkstitch_embroider.inx +++ b/inx/inkstitch_embroider.inx @@ -16,7 +16,7 @@ <_option value="csv">Comma-separated values (CSV) [DEBUG]</_option> <_option value="svg">Scalable Vector Graphics (SVG) [DEBUG]</_option> </param> - <param name="path" type="string" _gui-text="Directory" _gui-description="Leave empty for saving the output in Inkscape's extension directory."></param> + <param name="path" type="string" _gui-text="Directory" _gui-description="Leave empty to save the output in Inkscape's extension directory."></param> <param name="extension" type="string" gui-hidden="true">embroider</param> <effect> <object-type>all</object-type> |
