mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-29 13:20:18 +02:00
Improve description
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
890965746f
commit
7ef2bda269
@ -220,7 +220,7 @@ void ModFolderPage::updateMods()
|
|||||||
}
|
}
|
||||||
if (m_instance != nullptr && m_instance->isRunning()) {
|
if (m_instance != nullptr && m_instance->isRunning()) {
|
||||||
auto response = CustomMessageBox::selectable(this, tr("Confirm Update"),
|
auto response = CustomMessageBox::selectable(this, tr("Confirm Update"),
|
||||||
tr("If you update mods while the game is running may cause mod duplication.\n"
|
tr("If you update 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"
|
"The old files may not be deleted as they are in use.\n"
|
||||||
"Are you sure you want to do this?"),
|
"Are you sure you want to do this?"),
|
||||||
QMessageBox::Warning, QMessageBox::Yes | QMessageBox::No, QMessageBox::No)
|
QMessageBox::Warning, QMessageBox::Yes | QMessageBox::No, QMessageBox::No)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user