mirror of https://github.com/ppy/osu
Updated touch control scheme setting capitalization to be consistent with the rest of the settings menu
This commit is contained in:
parent
b694e0d441
commit
4949b44888
|
@ -27,7 +27,7 @@ private void load()
|
|||
{
|
||||
new SettingsEnumDropdown<TaikoTouchControlScheme>
|
||||
{
|
||||
LabelText = "Touch Control Scheme",
|
||||
LabelText = "Touch control scheme",
|
||||
Current = config.GetBindable<TaikoTouchControlScheme>(TaikoRulesetSetting.TouchControlScheme)
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue