Localise new label

This commit is contained in:
Dean Herbert
2022-11-02 14:01:03 +09:00
parent 61fc3c8cc0
commit 50b6fe4acb
3 changed files with 7 additions and 2 deletions

View File

@ -47,7 +47,7 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
},
new SettingsSlider<float>
{
LabelText = "Combo colour normalisation",
LabelText = GraphicsSettingsStrings.ComboColourNormalisation,
Current = comboColourNormalisation,
DisplayAsPercentage = true,
}