Fix untranslated speakers

This commit is contained in:
JovialFeline
2024-07-17 12:11:20 -04:00
committed by Gustas
parent a5dd4ffe36
commit 0138bc9b3f
8 changed files with 9 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ SendAttack = function(owner, size)
Utils.Do(units, IdleHunt)
if #units > 0 then
Media.DisplayMessage("Harkonnen units approaching!", "Fremen Leader")
Media.DisplayMessage(UserInterface.Translate("harkonnen-units-approaching"), UserInterface.Translate("fremen-leader"))
end
Trigger.OnAllRemovedFromWorld(units, function()