mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 04:19:53 +08:00
Changed the Currently Playing Text when no track is selected
Changed the currently playing text for when the track isnt selected/loaded
This commit is contained in:
@@ -30,8 +30,8 @@ namespace osu.Game.Beatmaps
|
||||
{
|
||||
Metadata = new BeatmapMetadata
|
||||
{
|
||||
Artist = "please load a beatmap!",
|
||||
Title = "no beatmaps available!"
|
||||
Artist = "please select or load a beatmap!",
|
||||
Title = "no beatmap selected!"
|
||||
},
|
||||
BeatmapSet = new BeatmapSetInfo(),
|
||||
Difficulty = new BeatmapDifficulty
|
||||
|
||||
Reference in New Issue
Block a user