From 53ea6536b8bc5957a45db45f77ba70cad187a14f Mon Sep 17 00:00:00 2001 From: Michael <33252157+APMichael@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:33:57 +0200 Subject: [PATCH] Update SandMan.cpp - Fixed a few typos. --- SandboxiePlus/SandMan/SandMan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SandboxiePlus/SandMan/SandMan.cpp b/SandboxiePlus/SandMan/SandMan.cpp index 2c96a98e..38123b73 100644 --- a/SandboxiePlus/SandMan/SandMan.cpp +++ b/SandboxiePlus/SandMan/SandMan.cpp @@ -1680,7 +1680,7 @@ void CSandMan::OnMessage(const QString& MsgData) } } else { - QMessageBox::warning(g_GUIParent, tr("Sandboxie-Plus Warning"), tr("Users canceled this operation."), QMessageBox::Yes, 0); + QMessageBox::warning(g_GUIParent, tr("Sandboxie-Plus Warning"), tr("User canceled this operation."), QMessageBox::Yes, 0); } } else if (Message.left(4) == "Run:")