mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 04:02:57 +08:00
Change section title to read better
This commit is contained in:
parent
25420af078
commit
e0ee2a5533
@ -8,7 +8,7 @@ namespace osu.Game.Screens.Edit.Setup
|
||||
{
|
||||
public abstract class RulesetSetupSection : SetupSection
|
||||
{
|
||||
public sealed override LocalisableString Title => $"{rulesetInfo.Name}-specific";
|
||||
public sealed override LocalisableString Title => $"Ruleset ({rulesetInfo.Name})";
|
||||
|
||||
private readonly RulesetInfo rulesetInfo;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user