mirror of
https://github.com/ppy/osu
synced 2024-12-15 03:16:17 +00:00
Change "apply" button to say "create" instead
This commit is contained in:
parent
84552b5cee
commit
279891ae08
@ -134,7 +134,7 @@ namespace osu.Game.Screens.Multi.Match.Components
|
||||
},
|
||||
},
|
||||
},
|
||||
ApplyButton = new ApplySettingsButton
|
||||
ApplyButton = new CreateRoomButton
|
||||
{
|
||||
Anchor = Anchor.BottomCentre,
|
||||
Origin = Anchor.BottomCentre,
|
||||
@ -276,11 +276,11 @@ namespace osu.Game.Screens.Multi.Match.Components
|
||||
}
|
||||
}
|
||||
|
||||
private class ApplySettingsButton : TriangleButton
|
||||
private class CreateRoomButton : TriangleButton
|
||||
{
|
||||
public ApplySettingsButton()
|
||||
public CreateRoomButton()
|
||||
{
|
||||
Text = "Apply";
|
||||
Text = "Create";
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
|
Loading…
Reference in New Issue
Block a user