This commit is contained in:
isaak654 2023-10-29 19:57:31 +01:00 committed by GitHub
parent 7454b61799
commit d6aa13a648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1203,7 +1203,7 @@ void CSbieTemplatesEx::CollectUpdates()
res = updateSearcher->Search(criteria, &searchResult);
SysFreeString(criteria); }
if (FAILED(res)) {
theGUI->OnLogMessage(tr("Failed to enumerate installed windows updates"));
theGUI->OnLogMessage(tr("Failed to enumerate installed Windows updates"));
goto cleanup;
}
@ -1294,4 +1294,4 @@ bool CSbieTemplatesEx::CheckUpdates(const QString& value)
});
bool bRet = (I != m_Updates.end());
return bRet;
}
}