mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-26 06:46:28 +00:00
T S1: the student variable should not be translatable
This commit is contained in:
parent
220e5912e6
commit
9dba03953b
@ -185,14 +185,14 @@
|
||||
[option]
|
||||
message="&" + "units/konrad-fighter.png" + "=" + _"Konrad" # wmllint: no spellcheck
|
||||
[command]
|
||||
{VARIABLE student _"Konrad"}
|
||||
{VARIABLE student "Konrad"}
|
||||
{VARIABLE gender male}
|
||||
[/command]
|
||||
[/option]
|
||||
[option]
|
||||
message="&" + "units/human-princess.png" + "=" + _"Li’sar" # wmllint: no spellcheck
|
||||
[command]
|
||||
{VARIABLE student _"Li’sar"}
|
||||
{VARIABLE student "Li’sar"}
|
||||
{VARIABLE gender female}
|
||||
|
||||
[kill]
|
||||
|
Loading…
x
Reference in New Issue
Block a user