mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 22:01:40 +00:00
SoTA: Fix zombie recruit dialog string concatenation
This commit is contained in:
parent
c5eaa69fd8
commit
9e6762690c
@ -168,7 +168,7 @@
|
||||
[label]
|
||||
definition ="default_small"
|
||||
use_markup = "true"
|
||||
label = "<b>" .. _ "Traits" .. "</b>"
|
||||
label = "<b>" + _ "Traits" + "</b>"
|
||||
[/label]
|
||||
[/column]
|
||||
[/row]
|
||||
@ -202,7 +202,7 @@
|
||||
[label]
|
||||
definition = "default_small"
|
||||
use_markup = "true"
|
||||
label = "<b>" .. _ "Attacks" .. "</b>"
|
||||
label = "<b>" + _ "Attacks" + "</b>"
|
||||
[/label]
|
||||
[/column]
|
||||
[/row]
|
||||
|
Loading…
x
Reference in New Issue
Block a user