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:
parent
9678296875
commit
3c8a0b9e70
@ -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 "";
|
||||
|
Loading…
Reference in New Issue
Block a user