mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 15:27:30 +08:00
Fix compile failures
This commit is contained in:
parent
5dfeaa3c4a
commit
cb72630ce1
@ -30,7 +30,7 @@ namespace osu.Game.Overlays.Dialog
|
||||
|
||||
protected DangerousActionDialog()
|
||||
{
|
||||
HeaderText = DialogStrings.DialogCautionHeader;
|
||||
HeaderText = DialogStrings.Caution;
|
||||
|
||||
Icon = FontAwesome.Regular.TrashAlt;
|
||||
|
||||
@ -38,7 +38,7 @@ namespace osu.Game.Overlays.Dialog
|
||||
{
|
||||
new PopupDialogDangerousButton
|
||||
{
|
||||
Text = DialogStrings.DialogConfirm,
|
||||
Text = DialogStrings.Confirm,
|
||||
Action = () => DangerousAction?.Invoke()
|
||||
},
|
||||
new PopupDialogCancelButton
|
||||
|
Loading…
Reference in New Issue
Block a user