]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix lobby time typo (#29841)
authorlzk <124214523+lzk228@users.noreply.github.com>
Tue, 9 Jul 2024 13:51:03 +0000 (15:51 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Jul 2024 13:51:03 +0000 (23:51 +1000)
Resources/Locale/en-US/lobby/lobby-state.ftl

index 2e60b66bde1a67e968a69d3b6388c50a553f94a4..0c4c401daa37def27619a432ce9cdb3e9a1ff04e 100644 (file)
@@ -9,7 +9,14 @@ lobby-state-player-status-not-ready = Not Ready
 lobby-state-player-status-ready = Ready
 lobby-state-player-status-observer = Observer
 lobby-state-player-status-round-not-started = The round hasn't started yet
-lobby-state-player-status-round-time =  The round time is: {$hours} hours and {$minutes} minutes
+lobby-state-player-status-round-time =
+    The round time is: {$hours} {$hours ->
+    [1]hour
+    *[other]hours
+    } and {$minutes} {$minutes ->
+    [1]minute
+    *[other]minutes
+    }
 lobby-state-song-text = Playing: [color=white]{$songTitle}[/color] by [color=white]{$songArtist}[/color]
 lobby-state-song-no-song-text = No lobby song playing.
 lobby-state-song-unknown-title = [color=dimgray]Unknown title[/color]