wc: Use mainline's "Close" string for the help system OK button
This commit is contained in:
parent
9e0914ebfa
commit
624f7d1363
1 changed files with 1 additions and 1 deletions
|
@ -676,7 +676,7 @@ return {
|
|||
T.column {
|
||||
horizontal_alignment = "right",
|
||||
T.button {
|
||||
label = "OK",
|
||||
label = wesnoth.textdomain("wesnoth")("Close"),
|
||||
id = "ok",
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue