mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-02 23:54:34 +02:00
Update ModFolderPage.cpp
Signed-off-by: lumiscosity <averyrudelphe@gmail.com> (cherry picked from commit 56397446dbe05ea346359f401587383d4a1a84dd)
This commit is contained in:
parent
7568e90655
commit
a108a01be7
@ -242,7 +242,7 @@ void ModFolderPage::updateMods(bool includeDeps)
|
|||||||
if (m_instance != nullptr && m_instance->isRunning()) {
|
if (m_instance != nullptr && m_instance->isRunning()) {
|
||||||
auto response =
|
auto response =
|
||||||
CustomMessageBox::selectable(this, tr("Confirm Update"),
|
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"
|
"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