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

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