diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2021-05-01 10:39:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-01 10:39:02 +0200 |
| commit | 205cc6202383b69804fb32bbdc7b8e25a3444f9d (patch) | |
| tree | f7cc6f214164b4e3bed7bc31501bb6d0a66d3928 /templates | |
| parent | 26700575a8b1292217d6151674fc2bfdeb92150b (diff) | |
empty string in about extension (#1175)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/about.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/about.xml b/templates/about.xml index 5bd6c43d..5b7f0ab7 100644 --- a/templates/about.xml +++ b/templates/about.xml @@ -13,7 +13,7 @@ <label indent="1" appearance="url">https://inkstitch.org</label> </page> <page name="license" gui-text="{%trans %}License{% endtrans %}"> - <param name="license-text" gui-text="" type="string" appearance="multiline"> + <param name="license-text" gui-text=" " type="string" appearance="multiline"> {{ inkstitch_license }} </param> </page> |
