Reword mouse wheel disable setting to better explain its purpose

This commit is contained in:
Dean Herbert
2021-12-03 16:56:14 +09:00
parent 2927b235de
commit aaa46960b3
2 changed files with 9 additions and 3 deletions

View File

@ -67,7 +67,8 @@ namespace osu.Game.Overlays.Settings.Sections.Input
},
new SettingsCheckbox
{
LabelText = MouseSettingsStrings.DisableMouseWheel,
LabelText = MouseSettingsStrings.DisableMouseWheelVolumeAdjust,
TooltipText = MouseSettingsStrings.DisableMouseWheelVolumeAdjustTooltip,
Current = osuConfig.GetBindable<bool>(OsuSetting.MouseDisableWheel)
},
new SettingsCheckbox