Tidy up specification of SettingsSection

This commit is contained in:
Dean Herbert
2021-05-13 13:45:10 +09:00
parent 47948d7b34
commit cdcbaf4291
3 changed files with 6 additions and 5 deletions

View File

@ -14,7 +14,7 @@ namespace osu.Game.Screens.Edit.Verify
[Resolved]
private VerifyScreen verify { get; set; }
protected override string Header => "Interpretation";
protected override string HeaderText => "Interpretation";
private Bindable<DifficultyRating> interpretedDifficulty;