Fix typo in game launch message

Corrected the typo from "launchingGame" to "waintingLaunchingGame" in the en_US language file. This ensures the message displayed to users is accurate and free of errors.
This commit is contained in:
Sandro642 2024-10-24 16:08:01 +02:00
parent 3790b52d0d
commit 85cb73363a

View File

@ -213,7 +213,7 @@ accountToProcessBuilder = "Sending selected account ({userDisplayName}) to Proce
gameError = "Game error: {data}"
gameExited = "Game process exited with code {code}."
gameErrorDuringLaunch = "Error during game launch {error}."
launchingGame = "Waiting for game window..."
waintingLaunchingGame = "Waiting for game window..."
[js.landing.dlAsync.AthShield]
distributionIdentityError = "Expected Identity from Distribution for {moduleName}: {moduleIdentity}."