1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 20:32:55 +08:00

Hit Objects/Hit Sounds -> Hitobjects/Hitsounds

This commit is contained in:
smoogipoo 2017-10-12 15:37:45 +09:00
parent e12fa49436
commit 2844764e3c

View File

@ -58,8 +58,8 @@ namespace osu.Game.Screens.Edit.Screens.Compose.Timeline
Spacing = new Vector2(0, 4), Spacing = new Vector2(0, 4),
Children = new[] Children = new[]
{ {
new OsuCheckbox { LabelText = "Hit Objects" }, new OsuCheckbox { LabelText = "Hitobjects" },
new OsuCheckbox { LabelText = "Hit Sounds" }, new OsuCheckbox { LabelText = "Hitsounds" },
new OsuCheckbox { LabelText = "Waveform" } new OsuCheckbox { LabelText = "Waveform" }
} }
} }