mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Reword settings text
This commit is contained in:
@ -18,12 +18,12 @@ namespace osu.Game.Overlays.Settings.Sections.Online
|
|||||||
{
|
{
|
||||||
new SettingsCheckbox
|
new SettingsCheckbox
|
||||||
{
|
{
|
||||||
LabelText = "Show a notification popup when someone says your name",
|
LabelText = "Show a notification when someone mentions your name",
|
||||||
Current = config.GetBindable<bool>(OsuSetting.ChatHighlightName)
|
Current = config.GetBindable<bool>(OsuSetting.ChatHighlightName)
|
||||||
},
|
},
|
||||||
new SettingsCheckbox
|
new SettingsCheckbox
|
||||||
{
|
{
|
||||||
LabelText = "Show private message notifications",
|
LabelText = "Show a notification when you receive a private message",
|
||||||
Current = config.GetBindable<bool>(OsuSetting.ChatMessageNotification)
|
Current = config.GetBindable<bool>(OsuSetting.ChatMessageNotification)
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user