mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:52:53 +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.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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user