diff options
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 %} |
