1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Add missing text

This commit is contained in:
Ivan Savenko 2023-01-29 17:58:55 +02:00
parent 9678296875
commit 3c8a0b9e70

View File

@ -402,7 +402,7 @@ std::string BattleActionsController::actionGetStatusMessage(PossiblePlayerBattle
return (boost::format(CGI->generaltexth->allTexts[297]) % targetStack->getName()).str();
case PossiblePlayerBattleAction::HERO_INFO:
return ""; //TODO: "View Hero Stats"
return CGI->generaltexth->translate("core.genrltxt.417"); // "View Hero Stats"
}
assert(0);
return "";