mirror of
https://github.com/ppy/osu.git
synced 2026-06-02 23:41:00 +08:00
Fix missed string
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user