diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/chatnotifications/ChatNotificationsConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/chatnotifications/ChatNotificationsConfig.java index 9b9cd45479..c2bc53909f 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/chatnotifications/ChatNotificationsConfig.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/chatnotifications/ChatNotificationsConfig.java @@ -44,7 +44,7 @@ public interface ChatNotificationsConfig extends Config position = 1, keyName = "highlightWordsString", name = "Highlight words", - description = "Highlights the following words in chat", + description = "Highlights the following words in chat, separated by commas", section = highlightLists ) default String highlightWordsString()