1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 11:42:54 +08:00

Remove unncessary words from the description

This commit is contained in:
Shivam 2020-12-07 13:14:59 +01:00
parent eda6e1fbdd
commit 191f863a49

View File

@ -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,
},