Browse Source

Add missing text

Ivan Savenko 2 years ago
parent
commit
3c8a0b9e70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/battle/BattleActionsController.cpp

+ 1 - 1
client/battle/BattleActionsController.cpp

@@ -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 "";