Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
isaak654 authored Oct 22, 2023
1 parent c23226d commit 365fb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SandboxiePlus/SandMan/Windows/OptionsForce.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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("The 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 folder will most likely break Windows, are you sure you want to proceed?")
, QDialogButtonBox::Yes, QDialogButtonBox::No) != QDialogButtonBox::Yes)
return false;
return true;
Expand Down

0 comments on commit 365fb95

Please sign in to comment.