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
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ private void load(INotificationOverlay notifications)
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";