Various Locale Typo Fixes (and spaces) (#34483)

Random spelling error and FTL linting (+PowersinkSystem because there was an misspelt locale for that)
This commit is contained in:
Mono
2025-01-18 03:37:37 -04:00
committed by GitHub
parent c4542ee252
commit c78717e4e2
7 changed files with 8 additions and 8 deletions

View File

@@ -128,7 +128,7 @@ namespace Content.Server.PowerSink
_chat.DispatchStationAnnouncement(
station.Value,
Loc.GetString("powersink-immiment-explosion-announcement"),
Loc.GetString("powersink-imminent-explosion-announcement"),
playDefaultSound: true,
colorOverride: Color.Yellow
);