Fix spelling errors and add naming consistency to translation keys

Co-Authored-By: Gustas <37534529+punkpun@users.noreply.github.com>
This commit is contained in:
test1232156
2024-08-17 09:57:06 +03:00
committed by Matthias Mailänder
parent c124684197
commit 536ffb3f31
55 changed files with 134 additions and 138 deletions

View File

@@ -24,7 +24,7 @@ MissionStart = function()
end)
Trigger.AfterDelay(DateTime.Seconds(45), function()
Media.DisplayMessage(UserInterface.Translate("trucks-stopped-near-allied-base"))
Media.DisplayMessage(UserInterface.Translate("truck-stopped-near-allied-base"))
end)
Trigger.OnKilled(StolenTruck, function()