summaryrefslogtreecommitdiff
path: root/templates/layer_commands.xml
diff options
context:
space:
mode:
authorClaudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com>2023-10-21 08:35:43 +0200
committerGitHub <noreply@github.com>2023-10-21 08:35:43 +0200
commit526cd48a4f73d9b793b5a83ababd83069f4ad800 (patch)
tree410688ccc50cb88016f20eca6316411684c7d836 /templates/layer_commands.xml
parent83d8cf29baaa7fef8893d48ff4d3542d6eba48b3 (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/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 %}