mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 01:02:55 +08:00
Adjust punctuation
This commit is contained in:
parent
bb9a2b705e
commit
55b4dd9b99
@ -44,7 +44,7 @@ namespace osu.Game.Screens.Menu
|
||||
text += $"{n.Text} ({n.Progress:0%})\n";
|
||||
|
||||
if (ongoingOperations.Length > 10)
|
||||
text += $"\nAnd {ongoingOperations.Length - 10} other operation(s).\n";
|
||||
text += $"\nand {ongoingOperations.Length - 10} other operation(s).\n";
|
||||
|
||||
text += "\nLast chance to turn back";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user