wesnoth/data/gui/themes/default/dialogs/hotkey_bind.cfg
Subhraman Sarkar 6b8c2e15e7 theme update for modern and rename themes
include new definitions and updated versions of existing definitions
"default/classic" and "modern" has been renamed to "Parchment" and "Celes" to avoid confusion
2025-01-09 09:02:42 +05:30

47 lines
560 B
INI

#textdomain wesnoth-lib
###
### Hotkey bind dialog.
###
[window]
id = "hotkey_bind"
description = "Bind action to new hotkey."
[resolution]
definition = "message"
maximum_width = 600
[tooltip]
id = "tooltip"
[/tooltip]
[helptip]
id = "tooltip"
[/helptip]
[grid]
[row]
[column]
border = "all"
border_size = 10
horizontal_grow = true
[label]
definition = "default"
label = _ "Press desired hotkey (Esc cancels)"
[/label]
[/column]
[/row]
[/grid]
[/resolution]
[/window]