Update warning text
The warning also applies to some processes, not just folders.
This commit is contained in:
parent
9522fe4283
commit
beede4dbd1
|
@ -302,7 +302,7 @@ bool COptionsWindow::CheckForcedItem(const QString& Value, int type)
|
|||
bDangerous = true; // sub path of C:\Windows
|
||||
}
|
||||
|
||||
if (bDangerous && QMessageBox::warning(this, "Sandboxie-Plus", tr("Forcing the specified folder will most likely break Windows, are you sure you want to proceed?")
|
||||
if (bDangerous && QMessageBox::warning(this, "Sandboxie-Plus", tr("Forcing the specified entry will most likely break Windows, are you sure you want to proceed?")
|
||||
, QDialogButtonBox::Yes, QDialogButtonBox::No) != QDialogButtonBox::Yes)
|
||||
return false;
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue