summaryrefslogtreecommitdiff
path: root/templates/layer_commands.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layer_commands.xml')
-rw-r--r--templates/layer_commands.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layer_commands.xml b/templates/layer_commands.xml
index 2c0200e5..a9996793 100644
--- a/templates/layer_commands.xml
+++ b/templates/layer_commands.xml
@@ -2,7 +2,7 @@
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Add Layer Commands</name>
<id>org.inkstitch.layer_commands</id>
- <param name="description" type="description">Commands will be added to the currently-selected layer.</param>
+ <label>Commands will be added to the currently-selected layer.</label>
{% for command, description in layer_commands %}
<param name="{{ command }}" type="boolean" gui-text="{{ description }}">false</param>
{% endfor %}