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:
parent
59457743e5
commit
16a2e63bd4
@ -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,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user