1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-30 21:32:57 +08:00
This commit is contained in:
Dean Herbert 2019-02-25 18:59:28 +09:00
parent 314f35b0c5
commit f84a84edaa

View File

@ -152,7 +152,7 @@ namespace osu.Game.Database
try try
{ {
var text = $"Importing "; var text = "Importing ";
if (path.Length > 1) if (path.Length > 1)
text += $"{++current} of {paths.Length} {term}s.."; text += $"{++current} of {paths.Length} {term}s..";