1
0
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:
Dean Herbert 2021-09-05 13:34:57 +09:00
parent 25420af078
commit e0ee2a5533

View File

@ -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;