mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-26 18:14:13 +00:00
Add label description to dialog.
This commit is contained in:
parent
d4950d9f83
commit
a5cd9d02eb
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user