wc: Use mainline's "Close" string for the help system OK button

This commit is contained in:
Iris Morelle 2021-02-20 19:53:37 -03:00
parent 9e0914ebfa
commit 624f7d1363

View file

@ -676,7 +676,7 @@ return {
T.column {
horizontal_alignment = "right",
T.button {
label = "OK",
label = wesnoth.textdomain("wesnoth")("Close"),
id = "ok",
}
}