diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2021-09-27 15:18:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-27 15:18:54 +0200 |
| commit | 65b2376c076ab2d22a3e9ce27e811814625276f7 (patch) | |
| tree | 0b285d3877f2a989b81cb1ec547ee557cd267b4b /templates/object_commands.xml | |
| parent | 79ca8d36bb82acb9c31f5c0012aef6c17d53fc55 (diff) | |
no translations in inx (#1358)
Diffstat (limited to 'templates/object_commands.xml')
| -rw-r--r-- | templates/object_commands.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/object_commands.xml b/templates/object_commands.xml index db5580f5..6960de7f 100644 --- a/templates/object_commands.xml +++ b/templates/object_commands.xml @@ -2,8 +2,8 @@ <inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <name>Attach Commands to Selected Objects</name> <id>org.inkstitch.commands</id> - {% for command, description in object_commands %} - <param name="{{ command }}" type="boolean" _gui-text="{{ _(description ) }}">false</param> + {%- for command, description in object_commands -%} + <param name="{{ command }}" type="boolean" gui-text="{{ description }}">false</param> {% endfor %} <param name="extension" type="string" gui-hidden="true">object_commands</param> <effect> |
