mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Fixed incorrect error messages from translations
This commit is contained in:
@ -970,7 +970,7 @@ void CGHeroInstance::initExp(CRandomGenerator & rand)
|
||||
|
||||
std::string CGHeroInstance::nodeName() const
|
||||
{
|
||||
return "Hero " + getNameTranslated();
|
||||
return "Hero " + getNameTextID();
|
||||
}
|
||||
|
||||
std::string CGHeroInstance::getNameTranslated() const
|
||||
|
Reference in New Issue
Block a user