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/lettering_custom_font_dir.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/lettering_custom_font_dir.xml')
| -rw-r--r-- | templates/lettering_custom_font_dir.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/lettering_custom_font_dir.xml b/templates/lettering_custom_font_dir.xml index ade266ee..732331d0 100644 --- a/templates/lettering_custom_font_dir.xml +++ b/templates/lettering_custom_font_dir.xml @@ -11,15 +11,15 @@ </submenu> </effects-menu> </effect> - <param name="file-description" type="description" indent="1" > + <label indent="1" > Set a custom directory for additional fonts to be used with the lettering tool. - </param> + </label> <spacer /> <param name="path" type="path" mode="folder" gui-text="Custom font directory" indent="1"></param> <spacer /> - <param name="file-description" type="description" indent="1" > + <label indent="1" > Usage: The custom font directory must contain a subdirectory for each font. - </param> + </label> <script> {{ command_tag | safe }} </script> |
