mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
Use existing localisation
This commit is contained in:
@ -14,6 +14,7 @@ using osu.Game.Graphics;
|
|||||||
using osu.Game.Graphics.Containers;
|
using osu.Game.Graphics.Containers;
|
||||||
using osu.Game.Graphics.Cursor;
|
using osu.Game.Graphics.Cursor;
|
||||||
using osu.Game.Graphics.UserInterface;
|
using osu.Game.Graphics.UserInterface;
|
||||||
|
using osu.Game.Resources.Localisation.Web;
|
||||||
using osuTK;
|
using osuTK;
|
||||||
|
|
||||||
namespace osu.Game.Skinning.Editor
|
namespace osu.Game.Skinning.Editor
|
||||||
@ -91,7 +92,7 @@ namespace osu.Game.Skinning.Editor
|
|||||||
new TriangleButton
|
new TriangleButton
|
||||||
{
|
{
|
||||||
Margin = new MarginPadding(10),
|
Margin = new MarginPadding(10),
|
||||||
Text = "Close",
|
Text = CommonStrings.ButtonsClose,
|
||||||
Width = 100,
|
Width = 100,
|
||||||
Action = Hide,
|
Action = Hide,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user