Use consistent terminology format

This commit is contained in:
Joehu
2018-09-15 07:30:11 -07:00
parent 8cb0b5e98d
commit f99eff1192
16 changed files with 29 additions and 29 deletions

View File

@ -15,7 +15,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
{
new SettingsButton
{
Text = "Key Configuration",
Text = "Key configuration",
Action = keyConfig.ToggleVisibility
},
};