mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 10:22:56 +08:00
Localise new label
This commit is contained in:
parent
61fc3c8cc0
commit
50b6fe4acb
@ -99,6 +99,11 @@ namespace osu.Game.Localisation
|
||||
/// </summary>
|
||||
public static LocalisableString StoryboardVideo => new TranslatableString(getKey(@"storyboard_video"), @"Storyboard / video");
|
||||
|
||||
/// <summary>
|
||||
/// "Combo colour normalisation"
|
||||
/// </summary>
|
||||
public static LocalisableString ComboColourNormalisation => new TranslatableString(getKey(@"combo_colour_normalisation"), @"Combo colour normalisation");
|
||||
|
||||
/// <summary>
|
||||
/// "Hit lighting"
|
||||
/// </summary>
|
||||
|
@ -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,
|
||||
}
|
||||
|
@ -37,7 +37,7 @@ namespace osu.Game.Screens.Play.PlayerSettings
|
||||
beatmapColorsToggle = new PlayerCheckbox { LabelText = SkinSettingsStrings.BeatmapColours },
|
||||
comboColourNormalisationSliderBar = new PlayerSliderBar<float>
|
||||
{
|
||||
LabelText = "Combo colour normalisation",
|
||||
LabelText = GraphicsSettingsStrings.ComboColourNormalisation,
|
||||
DisplayAsPercentage = true,
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user