diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-06-30 22:49:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-30 22:49:18 +0200 |
| commit | e52886a64a4e76c3fdc49df95c85655da3c4f7f4 (patch) | |
| tree | 88a4edee630df0947553ced79fb6eb9dc510ccea /templates/zip.xml | |
| parent | 7c06dee44ac7951a5db406eb829100a5bc3e5887 (diff) | |
Various fixes (#3028)
* several thread palette extension fixes
* fix svg tartan when original shape is invalid
* tartan stroke spaces
* style
* fix tartan color substituion at pattern start
* ripple: do not render too small paths
* use less space for params warning headline
* fix clone shape path
* zip export template fix (typo)
* add realistic stitch plan output warning (help tab)
Diffstat (limited to 'templates/zip.xml')
| -rw-r--r-- | templates/zip.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/zip.xml b/templates/zip.xml index 448819bc..c34027eb 100644 --- a/templates/zip.xml +++ b/templates/zip.xml @@ -21,8 +21,8 @@ {%- endif %} {%- endfor %} <param name="format-threadlist" type="boolean" gui-text=".TXT: Threadlist [COLOR]">false</param> - <param name="format-png_realistic" type="boolean" gui-text=".PNG: Portable Network Graphics (Realistic) [COLOR]">false</param> - <param name="format-png_simple" type="boolean" gui-text=".PNG: Portable Network Graphics (Simple) [COLOR]">false</param> + <param name="format-png_realistic" type="boolean" gui-text=".PNG: Portable Network Graphics (Realistic) [IMAGE]">false</param> + <param name="format-png_simple" type="boolean" gui-text=".PNG: Portable Network Graphics (Simple) [IMAGE]">false</param> <param name="png_simple_line_width" type="float" precision="2" min="0.01" max="5" gui-text="Line width (mm)" indent="4">0.3</param> <param name="format-svg" type="boolean" gui-text=".SVG: Scalable Vector Graphic">false</param> <param name="extension" type="string" gui-hidden="true">zip</param> @@ -39,7 +39,7 @@ <label appearance="header">Zip File Export</label> <label>Export multiple embroidery file formats at once.</label> <separator /> - <label>Read more on our webiste:</label> + <label>Read more on our website:</label> <label appearance="url">https://inkstitch.org/docs/import-export/#batch-export</label> </page> </param> |
