1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 05:01:22 +08:00

Reword epilepsy warning description text

This commit is contained in:
Bartłomiej Dach
2021-08-22 21:47:37 +02:00
Unverified
parent d602dc9d90
commit 2e80e2be51
+1 -1
View File
@@ -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