mirror of https://github.com/ppy/osu
Change text on playlist add button to be nicer
This commit is contained in:
parent
76c57a695b
commit
e7fca689b1
|
@ -53,7 +53,7 @@ public MatchBeatmapDetailArea()
|
|||
{
|
||||
new TriangleButton
|
||||
{
|
||||
Text = "create new item",
|
||||
Text = "Add new playlist entry",
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Size = Vector2.One,
|
||||
Action = () => CreateNewItem?.Invoke()
|
||||
|
|
Loading…
Reference in New Issue