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

Remove unnecessary strings

This commit is contained in:
nordsoft
2023-08-09 14:59:26 +04:00
parent 1def98a862
commit 04c0124759
6 changed files with 1 additions and 7 deletions

View File

@@ -377,7 +377,7 @@ void CMainMenu::startTutorial()
ResourceID tutorialMap("Maps/Tutorial.tut", EResType::MAP);
if(!CResourceHandler::get()->existsResource(tutorialMap))
{
CInfoWindow::showInfoDialog(CGI->generaltexth->translate("vcmi.mainMenu.tutorialNotExist"), std::vector<std::shared_ptr<CComponent>>(), PlayerColor(1));
CInfoWindow::showInfoDialog(CGI->generaltexth->translate("core.genrltxt.742"), std::vector<std::shared_ptr<CComponent>>(), PlayerColor(1));
return;
}