Translation key fixes
Co-Authored-By: Gustas <37534529+punkpun@users.noreply.github.com>
This commit is contained in:
@@ -82,7 +82,7 @@ defeat-allied-forces = Defeat the Allied forces.
|
||||
|
||||
## allies-08ab
|
||||
experiment-successful = The experiment is a success!
|
||||
chronosphere-experiment-complete-in = Chronosphere experiment completes in { $time }
|
||||
chronosphere-experiment-completes-in = Chronosphere experiment completes in { $time }
|
||||
defend-chronosphere-tech-center = Defend the Chronosphere and Technology Center
|
||||
at all costs.
|
||||
chronosphere-needs-power = The Chronosphere must have power when the
|
||||
|
||||
@@ -105,7 +105,7 @@ Tick = function()
|
||||
|
||||
if Ticked > 0 then
|
||||
if (Ticked % DateTime.Seconds(1)) == 0 then
|
||||
Timer = UserInterface.GetFluentMessage("chronosphere-experiment-complete-in", { ["time"] = Utils.FormatTime(Ticked) })
|
||||
Timer = UserInterface.GetFluentMessage("chronosphere-experiment-completes-in", { ["time"] = Utils.FormatTime(Ticked) })
|
||||
UserInterface.SetMissionText(Timer, TimerColor)
|
||||
end
|
||||
Ticked = Ticked - 1
|
||||
|
||||
@@ -105,7 +105,7 @@ Tick = function()
|
||||
|
||||
if Ticked > 0 then
|
||||
if (Ticked % DateTime.Seconds(1)) == 0 then
|
||||
Timer = UserInterface.GetFluentMessage("chronosphere-experiment-complete-in", { ["time"] = Utils.FormatTime(Ticked) })
|
||||
Timer = UserInterface.GetFluentMessage("chronosphere-experiment-completes-in", { ["time"] = Utils.FormatTime(Ticked) })
|
||||
UserInterface.SetMissionText(Timer, TimerColor)
|
||||
end
|
||||
Ticked = Ticked - 1
|
||||
|
||||
Reference in New Issue
Block a user