mirror of
https://github.com/vcmi/vcmi.git
synced 2025-02-03 13:01:33 +02:00
Do not attempt to translate usernames
This commit is contained in:
parent
fa31e9f69b
commit
651908d7aa
@ -38,7 +38,7 @@ GlobalLobbyLoginWindow::GlobalLobbyLoginWindow()
|
||||
|
||||
MetaString loginAs;
|
||||
loginAs.appendTextID("vcmi.lobby.login.as");
|
||||
loginAs.replaceTextID(CSH->getGlobalLobby().getAccountDisplayName());
|
||||
loginAs.replaceRawString(CSH->getGlobalLobby().getAccountDisplayName());
|
||||
|
||||
filledBackground = std::make_shared<FilledTexturePlayerColored>(ImagePath::builtin("DiBoxBck"), Rect(0, 0, pos.w, pos.h));
|
||||
labelTitle = std::make_shared<CLabel>( pos.w / 2, 20, FONT_BIG, ETextAlignment::CENTER, Colors::YELLOW, CGI->generaltexth->translate("vcmi.lobby.login.title"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user