mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
simplified translation
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user