1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-14 05:47:20 +08:00

Rename button slightly

This commit is contained in:
Dean Herbert 2023-07-22 21:01:32 +09:00
parent e0fe5c77d5
commit 101f3eca25

View File

@ -54,7 +54,7 @@ namespace osu.Game.Tournament.Screens.Setup
FlowContainer.Insert(-2, reloadTournamentsButton = new RoundedButton
{
Text = "Reload list",
Text = "Refresh",
Width = BUTTON_SIZE
});