1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 02:59:53 +08:00

Change description to include mention of video

Co-authored-by: Joseph Madamba <madamba.joehu@outlook.com>
This commit is contained in:
Dean Herbert
2021-08-23 17:34:19 +09:00
committed by GitHub
Unverified
parent 2e80e2be51
commit 1de84e1c98
+1 -1
View File
@@ -28,7 +28,7 @@ namespace osu.Game.Screens.Edit.Setup
epilepsyWarning = new LabelledSwitchButton
{
Label = "Epilepsy warning",
Description = "Recommended if the storyboard contains scenes with rapidly flashing colours.",
Description = "Recommended if the storyboard or video contain scenes with rapidly flashing colours.",
Current = { Value = Beatmap.BeatmapInfo.EpilepsyWarning }
},
letterboxDuringBreaks = new LabelledSwitchButton