1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 01:02:55 +08:00

Adjust punctuation

This commit is contained in:
Bartłomiej Dach 2024-07-10 18:17:10 +02:00
parent bb9a2b705e
commit 55b4dd9b99
No known key found for this signature in database

View File

@ -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";