Skip to content

Commit 26b2b00

Browse files
committed
Use localisable string in settings header
1 parent 3642c82 commit 26b2b00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

osu.Game.Rulesets.Rush/UI/RushSettingsSubsection.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
using osu.Framework.Allocation;
55
using osu.Framework.Graphics;
6+
using osu.Framework.Localisation;
67
using osu.Game.Overlays.Settings;
78
using osu.Game.Rulesets.Rush.Configuration;
89

@@ -14,7 +15,7 @@ public class RushSettingsSubsection : RulesetSettingsSubsection
1415

1516
protected new RushRulesetConfigManager Config => (RushRulesetConfigManager)base.Config;
1617

17-
protected override string Header => ruleset.Description;
18+
protected override LocalisableString Header => ruleset.Description;
1819

1920
public RushSettingsSubsection(Ruleset ruleset)
2021
: base(ruleset)

0 commit comments

Comments
 (0)