Reword epilepsy warning description text

This commit is contained in:
Bartłomiej Dach 2021-08-22 21:47:37 +02:00
parent d602dc9d90
commit 2e80e2be51
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ private void load()
epilepsyWarning = new LabelledSwitchButton
{
Label = "Epilepsy warning",
Description = "Setting this is recommended if the storyboard contains scenes with rapidly flashing colours.",
Description = "Recommended if the storyboard contains scenes with rapidly flashing colours.",
Current = { Value = Beatmap.BeatmapInfo.EpilepsyWarning }
},
letterboxDuringBreaks = new LabelledSwitchButton