Make ChannelSection headers uppercase in the setter

This commit is contained in:
DrabWeb
2017-05-27 17:40:20 -03:00
parent b632e7f1ad
commit 754fe956f9
2 changed files with 2 additions and 2 deletions

View File

@ -250,7 +250,7 @@ namespace osu.Game.Overlays
{
new ChannelSection
{
Header = @"ALL CHANNELS",
Header = "All Channels",
Channels = channels,
},
};