Skip to content

Commit

Permalink
Fix lobby time typo (space-wizards#29841)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 authored and themias committed Aug 9, 2024
1 parent 1763fd1 commit da7b3f9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Resources/Locale/en-US/lobby/lobby-state.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit da7b3f9

Please sign in to comment.