format
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
673f82e884
commit
6b3b54f061
@ -240,7 +240,8 @@ void ModFolderPage::updateMods(bool includeDeps)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
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 and game crashes.\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?"),
|
||||||
|
Loading…
Reference in New Issue
Block a user