1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 19:22:56 +08:00

Update tooltip text

This commit is contained in:
iiSaLMaN 2019-06-21 16:38:16 +03:00 committed by GitHub
parent 763e000bf1
commit bd842f2a8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}