mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 15:43:22 +08:00
Fix US english
This commit is contained in:
parent
a37af311d0
commit
5624b9fd3f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user