Skip to content

Commit

Permalink
Update SandMan.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
offhub authored Apr 27, 2024
1 parent ab59cd8 commit c3055d4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion SandboxiePlus/SandMan/SandMan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4300,14 +4300,18 @@ void CSandMan::OnAbout()
return;
}

QString CopyRight = tr(MY_COPYRIGHT_STRING);
QString CopyRight = QT_TR_NOOP(MY_COPYRIGHT_STRING);

qDebug() << CopyRight;

QString AboutCaption = tr(
"<h3>About Sandboxie-Plus</h3>"
"<p>Version %1</p>"
"<p>%2</p>"
).arg(theGUI->GetVersion(true), CopyRight);

qDebug() << AboutCaption;

QString CertInfo;
if (!g_Certificate.isEmpty())
CertInfo = tr("This copy of Sandboxie-Plus is certified for: %1").arg(GetArguments(g_Certificate, L'\n', L':').value("NAME"));
Expand Down

0 comments on commit c3055d4

Please sign in to comment.