mirror of
https://github.com/ppy/osu
synced 2025-01-11 00:29:30 +00:00
Reword epilepsy warning description text
This commit is contained in:
parent
d602dc9d90
commit
2e80e2be51
@ -28,7 +28,7 @@ namespace osu.Game.Screens.Edit.Setup
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user