mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 13:22:59 +08:00
Fix typo in button
Co-Authored-By: Dan Balasescu <smoogipoo@smgi.me>
This commit is contained in:
parent
dadf151e7c
commit
c306d3de2e
@ -94,7 +94,7 @@ namespace osu.Game.Tournament.Screens.Editors
|
||||
Origin = Anchor.CentreRight,
|
||||
RelativeSizeAxes = Axes.None,
|
||||
Width = 150,
|
||||
Text = "Delete SeeingResult",
|
||||
Text = "Delete result",
|
||||
Action = () =>
|
||||
{
|
||||
Expire();
|
||||
|
Loading…
Reference in New Issue
Block a user