Reword settings text

This commit is contained in:
Dean Herbert 2021-06-11 16:11:37 +09:00
parent b97f31f314
commit c00f9ae4b7
1 changed files with 2 additions and 2 deletions

View File

@ -18,12 +18,12 @@ private void load(OsuConfigManager config)
{
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)
},
new SettingsCheckbox
{
LabelText = "Show private message notifications",
LabelText = "Show a notification when you receive a private message",
Current = config.GetBindable<bool>(OsuSetting.ChatMessageNotification)
},
};