1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

simplified translation

This commit is contained in:
Laserlicht
2025-09-16 23:11:35 +02:00
parent 5a8f75f11d
commit 4e8556ef64
6 changed files with 17 additions and 17 deletions

View File

@@ -165,7 +165,7 @@ std::string CGMine::getHoverText(PlayerColor player) const
std::string hoverName = CArmedInstance::getHoverText(player);
if (tempOwner != PlayerColor::NEUTRAL)
hoverName += "\n(" + MetaString::createFromTextID(producedResource.toResource()->getNameTextID()).toString() + ")";
hoverName += "\n(" + producedResource.toResource()->getNameTranslated() + ")";
if(stacksCount())
{