Fix missed string

This commit is contained in:
Dean Herbert 2020-09-07 13:27:28 +09:00
parent b4b9c71f00
commit 8f8f907fc7

View File

@ -29,7 +29,7 @@ namespace osu.Game.Overlays
{
public string IconTexture => "Icons/Hexacons/music";
public string Title => "now playing";
public string Description => "Manage the currently playing track";
public string Description => "manage the currently playing track";
private const float player_height = 130;
private const float transition_length = 800;