1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-19 07:07:18 +08:00

Adjust english slightly

This commit is contained in:
Dean Herbert 2023-01-10 22:27:36 +09:00 committed by GitHub
parent 0d6b9ebc0f
commit a22b7298c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,7 +155,7 @@ namespace osu.Game.Database
else
{
if (tasks.Length > imported.Count)
notification.CompletionText = $"Imported {imported.Count} out of {tasks.Length} {HumanisedModelName}s.";
notification.CompletionText = $"Imported {imported.Count} of {tasks.Length} {HumanisedModelName}s.";
else if (imported.Count > 1)
notification.CompletionText = $"Imported {imported.Count} {HumanisedModelName}s!";
else