mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +09:00
Change section title to read better
This commit is contained in:
@ -8,7 +8,7 @@ namespace osu.Game.Screens.Edit.Setup
|
|||||||
{
|
{
|
||||||
public abstract class RulesetSetupSection : SetupSection
|
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;
|
private readonly RulesetInfo rulesetInfo;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user