Update Forced Programs string
Similarly to b753b0039b (diff-04e85177c4d15d42b1bf0fe9ffe8ef5d20cc37f6fc3ccff40003353269a85896)
This commit is contained in:
parent
9a0d01cb58
commit
0d573bbad5
|
@ -1428,7 +1428,7 @@ void CSandMan::OnDisableForce()
|
|||
int LastValue = theAPI->GetGlobalSettings()->GetNum("ForceDisableSeconds", 60);
|
||||
|
||||
bool bOK = false;
|
||||
Seconds = QInputDialog::getInt(this, "Sandboxie-Plus", tr("Please enter the duration, in seconds, for disabling forced programs."), LastValue, 0, INT_MAX, 1, &bOK);
|
||||
Seconds = QInputDialog::getInt(this, "Sandboxie-Plus", tr("Please enter the duration, in seconds, for disabling Forced Programs rules."), LastValue, 0, INT_MAX, 1, &bOK);
|
||||
if (!bOK)
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue