mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- allow localization of the fallback string "Person".
The corresponding text is in the translation spreadsheet which isn't part of the repo yet.
This commit is contained in:
parent
f15e3c871d
commit
735e1d1a44
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ class ConversationMenu : Menu
|
|||
}
|
||||
else
|
||||
{
|
||||
speakerName = players[consoleplayer].ConversationNPC.GetTag("Person");
|
||||
speakerName = players[consoleplayer].ConversationNPC.GetTag("$TXT_PERSON");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue