1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 02:31:25 +08:00

Fix missed string

This commit is contained in:
Dean Herbert
2020-09-07 13:27:28 +09:00
Unverified
parent b4b9c71f00
commit 8f8f907fc7
+1 -1
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;