From f069db43ee31e754b53633ce42d4e591da4b8a53 Mon Sep 17 00:00:00 2001 From: nkh0472 <67589323+nkh0472@users.noreply.github.com> Date: Fri, 12 Apr 2024 15:16:55 +0800 Subject: [PATCH] Update SandMan.cpp Address the issue causing the translation file error, which resulted in the translation string being cleaned due to problems with `\r` --- 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 6ed0c7dc..92fbb5f6 100644 --- a/SandboxiePlus/SandMan/SandMan.cpp +++ b/SandboxiePlus/SandMan/SandMan.cpp @@ -2470,7 +2470,7 @@ void CSandMan::OnStatusChanged() if (DynData == 0) { QString Message = tr("Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, " - "resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation.\r\n" + "resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation.\n" "Please check if there is an update for sandboxie.").arg(versionInfo.dwBuildNumber); OnLogMessage(Message, true);