From 3edd62811cd0691c13c190b41ffc57e9ff67bf27 Mon Sep 17 00:00:00 2001 From: Magic fTail Date: Wed, 13 Jun 2018 23:55:14 +0200 Subject: [PATCH] Fix spelling of highlight in chat notifs (#3775) --- .../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 a4364359e9..c8196d9826 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 @@ -72,7 +72,7 @@ public interface ChatNotificationsConfig extends Config @ConfigItem( position = 3, keyName = "notifyOnHighlight", - name = "Notify on hightlight", + name = "Notify on highlight", description = "Notifies you whenever a highlighted word is matched" ) default boolean notifyOnHighlight()