Rename editor screens removing plurals

This commit is contained in:
Dean Herbert
2019-06-18 15:15:28 +09:00
parent 7c163ad911
commit 3db6913a9c
4 changed files with 9 additions and 9 deletions

View File

@ -20,11 +20,11 @@ using osuTK;
namespace osu.Game.Tournament.Screens.Editors
{
public class TeamsEditorScreen : TournamentScreen, IProvideVideo
public class TeamEditorScreen : TournamentScreen, IProvideVideo
{
private readonly FillFlowContainer<TeamRow> items;
public TeamsEditorScreen()
public TeamEditorScreen()
{
AddRangeInternal(new Drawable[]
{