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

Fix US english

This commit is contained in:
Dean Herbert 2019-12-11 13:19:13 +09:00
parent a37af311d0
commit 5624b9fd3f

View File

@ -235,7 +235,7 @@ namespace osu.Game.Overlays.Mods
CustomiseButton = new TriangleButton
{
Width = 180,
Text = "Customization",
Text = "Customisation",
Action = () => ModSettingsContainer.Alpha = ModSettingsContainer.Alpha == 1 ? 0 : 1,
Enabled = { Value = false },
Margin = new MarginPadding