From 9c766e17fa3d1ac9a73de510f792672ab8c08597 Mon Sep 17 00:00:00 2001 From: "F.W. Dekker" Date: Sat, 3 Jul 2021 21:50:46 +0200 Subject: [PATCH] chat notifications: clarify how to enter multiple words --- .../plugins/chatnotifications/ChatNotificationsConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()