Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into change_version

This commit is contained in:
Trial97 2024-05-18 15:27:02 +03:00
commit c9c67ef79e
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
257 changed files with 3168 additions and 3863 deletions

View file

@ -250,7 +250,7 @@ void ModFolderPage::updateMods(bool includeDeps)
if (m_instance != nullptr && m_instance->isRunning()) {
auto response =
CustomMessageBox::selectable(this, tr("Confirm Update"),
tr("If you update mods while the game is running may cause mod duplication and game crashes.\n"
tr("Updating mods while the game is running may cause mod duplication and game crashes.\n"
"The old files may not be deleted as they are in use.\n"
"Are you sure you want to do this?"),
QMessageBox::Warning, QMessageBox::Yes | QMessageBox::No, QMessageBox::No)