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

Use existing localisation

This commit is contained in:
Dean Herbert 2021-07-20 19:44:02 +09:00
parent 59457743e5
commit 16a2e63bd4

View File

@ -14,6 +14,7 @@ using osu.Game.Graphics;
using osu.Game.Graphics.Containers;
using osu.Game.Graphics.Cursor;
using osu.Game.Graphics.UserInterface;
using osu.Game.Resources.Localisation.Web;
using osuTK;
namespace osu.Game.Skinning.Editor
@ -91,7 +92,7 @@ namespace osu.Game.Skinning.Editor
new TriangleButton
{
Margin = new MarginPadding(10),
Text = "Close",
Text = CommonStrings.ButtonsClose,
Width = 100,
Action = Hide,
},