Add label description to dialog.

This commit is contained in:
Pentarctagon 2023-08-17 11:20:27 -05:00 committed by Pentarctagon
parent d4950d9f83
commit a5cd9d02eb

View File

@ -3,6 +3,7 @@
### Definition of the window to let a player choose an add-on ID in the editor
###
# TODO: add label explaining what this is for/what it does
[window]
id = "editor_choose_addon"
description = "Add-on editor ID selection dialog"
@ -48,6 +49,24 @@
[/row]
[row]
[column]
grow_factor = 1
border = "all"
border_size = 5
[label]
definition = "default"
label = _ "Choose an add-on to be associated with the current editor session. If the New Add-on option is chosen, its ID can be changed via the Change Add-on ID option."
characters_per_line = 50
[/label]
[/column]
[/row]
[row]
grow_factor = 0