1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Use more understandable cancel button text

This commit is contained in:
Dean Herbert 2023-06-25 21:24:39 +09:00
parent 95e8dd2e8e
commit 3d1a8aeb54

View File

@ -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
},
};