Update SandMan.cpp

Address the issue causing the translation file error, which resulted in the translation string being cleaned due to problems with `\r`
This commit is contained in:
nkh0472 2024-04-12 15:16:55 +08:00 committed by GitHub
parent cd5104e678
commit f069db43ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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);