mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 01:20:21 +08: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