mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 19:03:08 +08:00
Remove unncessary words from the description
This commit is contained in:
parent
eda6e1fbdd
commit
191f863a49
@ -120,7 +120,7 @@ namespace osu.Game.Tournament.Screens
|
|||||||
new LabelledDropdown<string>
|
new LabelledDropdown<string>
|
||||||
{
|
{
|
||||||
Label = "Current tournament",
|
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(),
|
Items = tourneyStorage?.ListTournaments(),
|
||||||
Current = tourneyStorage?.CurrentTournament,
|
Current = tourneyStorage?.CurrentTournament,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user