We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3642c82 commit 26b2b00Copy full SHA for 26b2b00
osu.Game.Rulesets.Rush/UI/RushSettingsSubsection.cs
@@ -3,6 +3,7 @@
3
4
using osu.Framework.Allocation;
5
using osu.Framework.Graphics;
6
+using osu.Framework.Localisation;
7
using osu.Game.Overlays.Settings;
8
using osu.Game.Rulesets.Rush.Configuration;
9
@@ -14,7 +15,7 @@ public class RushSettingsSubsection : RulesetSettingsSubsection
14
15
16
protected new RushRulesetConfigManager Config => (RushRulesetConfigManager)base.Config;
17
- protected override string Header => ruleset.Description;
18
+ protected override LocalisableString Header => ruleset.Description;
19
20
public RushSettingsSubsection(Ruleset ruleset)
21
: base(ruleset)
0 commit comments