1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 03:22:55 +08:00

Dialogue touchups

This commit is contained in:
Micahel Kelly 2022-07-27 19:23:55 +10:00
parent e6fad601cc
commit 3febd6d644

View File

@ -13,13 +13,13 @@ namespace osu.Game.Screens.Edit
{ {
HeaderText = "Are you sure you want to delete this difficulty?"; HeaderText = "Are you sure you want to delete this difficulty?";
Icon = FontAwesome.Regular.Save; Icon = FontAwesome.Regular.TrashAlt;
Buttons = new PopupDialogButton[] Buttons = new PopupDialogButton[]
{ {
new PopupDialogDangerousButton new PopupDialogDangerousButton
{ {
Text = @"Yes delete this difficulty!", Text = @"Yes, delete this difficulty!",
Action = delete Action = delete
}, },
new PopupDialogCancelButton new PopupDialogCancelButton