diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-03-24 05:29:47 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-24 05:29:47 +0000 |
| commit | 35a76b29993986fa1f73ea06c51456da347286c6 (patch) | |
| tree | 7063bd963fb1fd8352dac05946cb351aea2b6648 | |
| parent | 887d0fdebae04b8d4b01558f8bba9bd66d071b76 (diff) | |
batch lettering: fix template confusions gui-text / gui-description (#3607)
| -rw-r--r-- | templates/batch_lettering.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/batch_lettering.xml b/templates/batch_lettering.xml index ff750f7e..a49f23bb 100644 --- a/templates/batch_lettering.xml +++ b/templates/batch_lettering.xml @@ -18,7 +18,7 @@ <spacer /> <param name="font" type="string" gui-text="Font name"></param> <param name="scale" type="int" gui-text="Scale (%)" min="1" max="800" - gui-text="The scale value must be within the scale range of the specified font.">100</param> + gui-description="The scale value must be within the scale range of the specified font.">100</param> <param name="color-sort" type="optiongroup" appearance="combo" gui-text="Color sort"> <option value="off">Off</option> <option value="all">Whole text</option> |
