diff --git a/CHANGELOG.md b/CHANGELOG.md index c2bf153d..18e289e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - fixed issue with key to bring sandman in fron as top most - fixed issue with ThreadSuspendCount failing for already terminated threads [#3375](https://github.com/sandboxie-plus/Sandboxie/issues/3375) - +- fixed message text [#3408](https://github.com/sandboxie-plus/Sandboxie/issues/3408) ## [1.12.0 / 5.67.0] - 2023-10-25 diff --git a/SandboxiePlus/SandMan/SbiePlusAPI.cpp b/SandboxiePlus/SandMan/SbiePlusAPI.cpp index 563ac4d4..44fea8be 100644 --- a/SandboxiePlus/SandMan/SbiePlusAPI.cpp +++ b/SandboxiePlus/SandMan/SbiePlusAPI.cpp @@ -1203,7 +1203,7 @@ void CSbieTemplatesEx::CollectUpdates() res = updateSearcher->Search(criteria, &searchResult); SysFreeString(criteria); } if (FAILED(res)) { - theGUI->OnLogMessage(tr("Failed to search for updates")); + theGUI->OnLogMessage(tr("Failed to enumerate installed windows updates")); goto cleanup; }