Change text on playlist add button to be nicer

This commit is contained in:
Dean Herbert 2020-02-20 18:34:24 +09:00
parent 76c57a695b
commit e7fca689b1
1 changed files with 1 additions and 1 deletions

View File

@ -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()