Fix Sandman typo

This commit is contained in:
isaak654 2022-08-13 08:49:16 +02:00 committed by GitHub
parent dc2afe9183
commit b1cb6abf1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1838,7 +1838,7 @@ void CSandMan::UpdateCertState()
if (g_CertInfo.evaluation)
{
if (g_CertInfo.expired)
OnLogMessage(tr("The evaluation periode has expired!!!"));
OnLogMessage(tr("The evaluation period has expired!!!"));
}
else
{