mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 12:02:54 +08:00
Change text on playlist add button to be nicer
This commit is contained in:
parent
76c57a695b
commit
e7fca689b1
@ -53,7 +53,7 @@ namespace osu.Game.Screens.Multi.Components
|
||||
{
|
||||
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
Block a user