mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-13 15:17:09 +00:00

include new definitions and updated versions of existing definitions "default/classic" and "modern" has been renamed to "Parchment" and "Celes" to avoid confusion
47 lines
560 B
INI
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]
|