From 1614b63ae1cfc4d1de3e34764b1a3113152561f6 Mon Sep 17 00:00:00 2001 From: Sandro642 Date: Sun, 27 Oct 2024 10:57:46 +0100 Subject: [PATCH] Refactor language file and update mod verification messages --- app/assets/lang/en_US.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/lang/en_US.toml b/app/assets/lang/en_US.toml index d1a8f062..12ad1102 100644 --- a/app/assets/lang/en_US.toml +++ b/app/assets/lang/en_US.toml @@ -215,7 +215,7 @@ gameExited = "Game process exited with code {code}." gameErrorDuringLaunch = "Error during game launch {error}." waintingLaunchingGame = "Waiting for game window..." -[js.landing.dlAsync.AthShield] +[js.landing.dlAsync.extraFileVerif] distributionIdentityError = "Expected Identity from Distribution for {moduleName}: {moduleIdentity}." modIdentityExtraction = "Extracting identity for mod at: {filePath}." identityNotFoundUsingHash = "No identity found in manifest for {filePath}, using hash: {hash}" @@ -226,10 +226,10 @@ expectedAndCalculatedIdentity = "Expected Identity: {expectedIdentity}, Calculat modIdentityMismatchError = "Mod identity mismatch! Mod: {mod}, Expected: {expectedIdentity}, Found: {modIdentity}" expectedIdentityNotFound = "No expected identity found for mod: {mod}. Marking as invalid." modValidationCompleted = "Mod validation completed." -invalidModsDetectedMessage = "Athena's Shield has detected invalid mods. Please delete the {folder} folder and restart the launcher." +invalidModsDetectedMessage = "Extra file verification has detected invalid mods. Please delete the {folder} folder and restart the launcher." downloadingFiles = "No invalid files, skipping download." -usingAthShield = "Athena's Shield activated, Resource usage..." -notUsingAthShield = "Athena's Shield deactivated, Not using resources..." +usingExtraFileVerif = "Extra file verification activated, Resource usage..." +notUsingExtraFileVerif = "Extra file verification deactivated, Not using resources..." [js.landing.news] checking = "Checking for News"