1
0
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:
Dean Herbert 2020-03-04 16:03:43 +09:00 committed by GitHub
parent dadf151e7c
commit c306d3de2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();