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

[launcher] improve a few user-visible strings

This commit is contained in:
Andrey Filipenkov
2024-12-25 20:57:52 +03:00
parent 4e4135cd6d
commit b2407d2002
3 changed files with 7 additions and 7 deletions

View File

@@ -245,7 +245,7 @@ bool ModStateController::doUninstallMod(QString modname)
QString modDir = pathToQString(*CResourceHandler::get()->getResourceName(resID));
if(!QDir(modDir).exists())
return addError(modname, tr("Data with this mod was not found"));
return addError(modname, tr("Mod data was not found"));
QDir modFullDir(modDir);
if(!removeModDir(modDir))