mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 05: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 osu.Framework.Allocation;
|
||||
using osu.Framework.Graphics.Sprites;
|
||||
using osu.Game.Localisation;
|
||||
using osu.Game.Overlays;
|
||||
using osu.Game.Overlays.Dialog;
|
||||
|
||||
@ -52,7 +53,7 @@ namespace osu.Game.Screens.Menu
|
||||
},
|
||||
new PopupDialogCancelButton
|
||||
{
|
||||
Text = @"Cancel",
|
||||
Text = CommonStrings.Back,
|
||||
Action = onCancel
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user