Fix spelling errors and add naming consistency to campaign

Co-Authored-By: Gustas <37534529+punkpun@users.noreply.github.com>
This commit is contained in:
test1232156
2024-08-29 19:01:12 +03:00
committed by Gustas
parent 02e1c7444b
commit 631cf4ba74
8 changed files with 168 additions and 177 deletions

View File

@@ -329,7 +329,7 @@ Tick = function()
if Ticked > 0 then
if (Ticked % DateTime.Seconds(1)) == 0 then
Timer = UserInterface.Translate("submarine-completes-in", { ["time"] = Utils.FormatTime(Ticked) })
Timer = UserInterface.Translate("submarine-construction-complete-in", { ["time"] = Utils.FormatTime(Ticked) })
UserInterface.SetMissionText(Timer, TimerColor)
end
Ticked = Ticked - 1

View File

@@ -1,4 +1,4 @@
## rules.yaml
actor-powerproxy-spyplane =
.airstrikepower-name = Spy Plane (Single Use)
.airstrikepower-description = Reveals an area of the map and cloaked enemy units.
.airstrikepower-description = Reveals an area of the map and uncovers cloaked enemy units.