From 85cb73363aa1e78b31fc7cb3a1e26c33ed451233 Mon Sep 17 00:00:00 2001 From: Sandro642 Date: Thu, 24 Oct 2024 16:08:01 +0200 Subject: [PATCH] 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. --- app/assets/lang/en_US.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/lang/en_US.toml b/app/assets/lang/en_US.toml index d6251fca..db4e9c71 100644 --- a/app/assets/lang/en_US.toml +++ b/app/assets/lang/en_US.toml @@ -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}."