mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
All heroes-related strings are passed through translator
This commit is contained in:
@@ -327,7 +327,7 @@ void CBank::doVisit(const CGHeroInstance * hero) const
|
||||
iw.text.addTxt(MetaString::ADVOB_TXT, 186);
|
||||
|
||||
iw.text.addReplacement(loot.buildList());
|
||||
iw.text.addReplacement(hero->name);
|
||||
iw.text.addReplacement(hero->getNameTranslated());
|
||||
cb->showInfoDialog(&iw);
|
||||
cb->giveCreatures(this, hero, ourArmy, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user