diff options
| author | Claudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com> | 2023-10-21 08:35:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-21 08:35:43 +0200 |
| commit | 526cd48a4f73d9b793b5a83ababd83069f4ad800 (patch) | |
| tree | 410688ccc50cb88016f20eca6316411684c7d836 /templates/global_commands.xml | |
| parent | 83d8cf29baaa7fef8893d48ff4d3542d6eba48b3 (diff) | |
Claudine/turn extension description into label (#2566)
* use label instead of param description
update templates to use correct inx syntax.
correct a small mistake in the excalibur font.
* more description turned into label
Diffstat (limited to 'templates/global_commands.xml')
| -rw-r--r-- | templates/global_commands.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/global_commands.xml b/templates/global_commands.xml index 2bd263f7..a7fe91f5 100644 --- a/templates/global_commands.xml +++ b/templates/global_commands.xml @@ -2,7 +2,7 @@ <inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <name>Add Commands</name> <id>org.inkstitch.global_commands</id> - <param name="description" type="description">These commands affect the entire embroidery design.</param> + <label>These commands affect the entire embroidery design.</label> {% for command, description in global_commands %} <param name="{{ command }}" type="boolean" gui-text="{{ description }}">false</param> {% endfor %} |
