mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 00:43:21 +08:00
Dialogue touchups
This commit is contained in:
parent
e6fad601cc
commit
3febd6d644
@ -13,13 +13,13 @@ namespace osu.Game.Screens.Edit
|
||||
{
|
||||
HeaderText = "Are you sure you want to delete this difficulty?";
|
||||
|
||||
Icon = FontAwesome.Regular.Save;
|
||||
Icon = FontAwesome.Regular.TrashAlt;
|
||||
|
||||
Buttons = new PopupDialogButton[]
|
||||
{
|
||||
new PopupDialogDangerousButton
|
||||
{
|
||||
Text = @"Yes delete this difficulty!",
|
||||
Text = @"Yes, delete this difficulty!",
|
||||
Action = delete
|
||||
},
|
||||
new PopupDialogCancelButton
|
||||
|
Loading…
Reference in New Issue
Block a user