Skip to content

Commit

Permalink
Changed error dialog wording
Browse files Browse the repository at this point in the history
  • Loading branch information
acidicoala committed Sep 10, 2021
1 parent 0071b7f commit 69562bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Unlocker/src/platforms/steam_client/SteamClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ void SteamClient::platformInit() {
installHooks();
} else {
showFatalError(
"Failed to initialize Steam platform since steamclient.dll patterns "
"were not found in cache could not be fetched online.",
"Failed to initialize Steam platform since steamclient-patterns.json "
"was not found in cache directory and could not be fetched from online source.",
false,
false
);
Expand Down

0 comments on commit 69562bf

Please sign in to comment.