mirror of
https://github.com/ppy/osu.git
synced 2026-05-29 04:41:19 +08:00
Adjust punctuation
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user