Typo fix
This commit is contained in:
parent
7454b61799
commit
d6aa13a648
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue