mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 10:22:54 +08:00
Use more understandable cancel button text
This commit is contained in:
parent
95e8dd2e8e
commit
3d1a8aeb54
@ -4,6 +4,7 @@
|
|||||||
using System;
|
using System;
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
using osu.Framework.Graphics.Sprites;
|
using osu.Framework.Graphics.Sprites;
|
||||||
|
using osu.Game.Localisation;
|
||||||
using osu.Game.Overlays;
|
using osu.Game.Overlays;
|
||||||
using osu.Game.Overlays.Dialog;
|
using osu.Game.Overlays.Dialog;
|
||||||
|
|
||||||
@ -52,7 +53,7 @@ namespace osu.Game.Screens.Menu
|
|||||||
},
|
},
|
||||||
new PopupDialogCancelButton
|
new PopupDialogCancelButton
|
||||||
{
|
{
|
||||||
Text = @"Cancel",
|
Text = CommonStrings.Back,
|
||||||
Action = onCancel
|
Action = onCancel
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user