Rename download state Downloaded to Importing

This commit is contained in:
Salman Ahmed
2021-01-13 18:04:29 +03:00
parent 10fd4cf7c9
commit 1f12b2bd09
8 changed files with 9 additions and 9 deletions

View File

@ -73,7 +73,7 @@ namespace osu.Game.Graphics.UserInterface
TooltipText = "Downloading...";
break;
case DownloadState.Downloaded:
case DownloadState.Importing:
background.FadeColour(colours.Yellow, 500, Easing.InOutExpo);
TooltipText = "Importing";
break;