Rename Settings to have a more localised name

This commit is contained in:
Dean Herbert
2021-05-12 16:38:04 +09:00
parent 4aeaec6ecc
commit 17e3764576
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ using osu.Framework.Graphics;
namespace osu.Game.Screens.Edit.Verify
{
public class IssueSettings : Settings
public class IssueSettings : RoundedContentEditorScreenSettings
{
private readonly IssueList issueList;