mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Remove unncessary words from the description
This commit is contained in:
@ -120,7 +120,7 @@ namespace osu.Game.Tournament.Screens
|
||||
new LabelledDropdown<string>
|
||||
{
|
||||
Label = "Current tournament",
|
||||
Description = "Changes the background videos and bracket to match the selected tournament. This requires a restart after selecting to apply changes.",
|
||||
Description = "Changes the background videos and bracket to match the selected tournament. This requires a restart to apply changes.",
|
||||
Items = tourneyStorage?.ListTournaments(),
|
||||
Current = tourneyStorage?.CurrentTournament,
|
||||
},
|
||||
|
Reference in New Issue
Block a user