1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-06 06:13:04 +08:00

Change ChatMessageNotification's LabelText

This commit is contained in:
Craftplacer 2019-12-16 03:22:14 +01:00
parent 8b14090c95
commit 81d994abed

View File

@ -23,7 +23,7 @@ namespace osu.Game.Overlays.Settings.Sections.Online
}, },
new SettingsCheckbox new SettingsCheckbox
{ {
LabelText = "Show chat message notifications", LabelText = "Show private message notifications",
Bindable = config.GetBindable<bool>(OsuSetting.ChatMessageNotification) Bindable = config.GetBindable<bool>(OsuSetting.ChatMessageNotification)
}, },
}; };