1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 02:29:55 +08:00

Fix incorrect header

This commit is contained in:
Dean Herbert
2017-07-13 15:43:18 +09:00
Unverified
parent fc28617099
commit 25344d2345
+1 -1
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)