This commit is contained in:
ElBread3 2024-10-16 15:31:26 -05:00
parent 07b1e5e5e8
commit b8bb4ab3be

View File

@ -304,7 +304,8 @@ public:
nullptr, tr("Error"), nullptr, tr("Error"),
QString(tr("This feature requires the 'Enable Separate Update Folder' " QString(tr("This feature requires the 'Enable Separate Update Folder' "
"config option " "config option "
"to work. If you want to use this feature, please enable it."))); "to work. If you want to use this feature, please enable it and "
"make sure a separated update is installed.")));
error = true; error = true;
} else if (!std::filesystem::exists( } else if (!std::filesystem::exists(
Common::FS::PathFromQString(game_update_path))) { Common::FS::PathFromQString(game_update_path))) {