Reword setting to make more sense

This commit is contained in:
Dean Herbert
2021-01-17 22:40:58 +09:00
parent 5fd644fc57
commit 5278cad393

View File

@ -35,7 +35,7 @@ namespace osu.Game.Overlays.Settings.Sections.Online
}, },
new SettingsCheckbox new SettingsCheckbox
{ {
LabelText = "Hide warnings for explicit content in beatmaps", LabelText = "Show explicit content in search results",
Keywords = new[] { "nsfw", "18+", "offensive" }, Keywords = new[] { "nsfw", "18+", "offensive" },
Current = config.GetBindable<bool>(OsuSetting.ShowOnlineExplicitContent), Current = config.GetBindable<bool>(OsuSetting.ShowOnlineExplicitContent),
} }