mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Fix oops
This commit is contained in:
@ -152,7 +152,7 @@ namespace osu.Game.Database
|
||||
|
||||
try
|
||||
{
|
||||
var text = $"Importing ";
|
||||
var text = "Importing ";
|
||||
|
||||
if (path.Length > 1)
|
||||
text += $"{++current} of {paths.Length} {term}s..";
|
||||
|
Reference in New Issue
Block a user