Update tooltip text

This commit is contained in:
iiSaLMaN
2019-06-21 16:38:16 +03:00
committed by GitHub
parent 763e000bf1
commit bd842f2a8c

View File

@ -85,7 +85,7 @@ namespace osu.Game.Overlays.Direct
if (BeatmapSet.Value.OnlineInfo.Availability?.DownloadDisabled ?? false)
{
Enabled.Value = false;
button.TooltipText = "Unavailable";
button.TooltipText = "This beatmap is currently not available for download.";
return;
}