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:
parent
763e000bf1
commit
bd842f2a8c
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user