Fix Sandman typo
This commit is contained in:
parent
dc2afe9183
commit
b1cb6abf1d
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue