1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 16:02:55 +08:00

Fix incorrect header

This commit is contained in:
Dean Herbert 2017-07-13 15:43:18 +09:00
parent fc28617099
commit 25344d2345

View File

@ -10,7 +10,7 @@ namespace osu.Game.Rulesets.Osu
{
public class OsuSettings : SettingsSubsection
{
protected override string Header => "osu";
protected override string Header => "osu!";
[BackgroundDependencyLoader]
private void load(OsuConfigManager config)