mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Replace osu-web strings with new strings and merge to single file
This commit is contained in:
@ -11,7 +11,7 @@ namespace osu.Game.Screens.Edit.Setup
|
||||
{
|
||||
public abstract class RulesetSetupSection : SetupSection
|
||||
{
|
||||
public sealed override LocalisableString Title => EditorSetupRulesetStrings.Ruleset(rulesetInfo.Name);
|
||||
public sealed override LocalisableString Title => EditorSetupStrings.RulesetHeader(rulesetInfo.Name);
|
||||
|
||||
private readonly RulesetInfo rulesetInfo;
|
||||
|
||||
|
Reference in New Issue
Block a user