mirror of
https://github.com/ppy/osu.git
synced 2025-03-21 15:47:19 +08:00
Adjust english slightly
This commit is contained in:
parent
0d6b9ebc0f
commit
a22b7298c6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user