From 49d4aa08aaebd133c70d5dd50dd9b7424df56ded Mon Sep 17 00:00:00 2001 From: Broooklyn <54762282+Broooklyn@users.noreply.github.com> Date: Thu, 18 Jun 2020 04:11:00 -0400 Subject: [PATCH] FriendsChatConfig: Fix config grammar --- .../client/plugins/friendschat/FriendsChatConfig.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/friendschat/FriendsChatConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/friendschat/FriendsChatConfig.java index 5ea7df3635..0859a6c35a 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/friendschat/FriendsChatConfig.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/friendschat/FriendsChatConfig.java @@ -36,7 +36,7 @@ public interface FriendsChatConfig extends Config @ConfigItem( keyName = "clanChatIcons", name = "Chat Icons", - description = "Show friends chat chat icons next to members.", + description = "Show rank icons next to friends chat members.", position = 1 ) default boolean chatIcons() @@ -131,7 +131,7 @@ public interface FriendsChatConfig extends Config @ConfigItem( keyName = "clanTabChat", name = "Tab Chat", - description = "Allows friends chat chat without prepending '/' to messages when on the friends chat tab", + description = "Message friends chat without appending '/' when the friends chat tab is selected.", position = 8 ) default boolean friendsChatTabChat() @@ -153,7 +153,7 @@ public interface FriendsChatConfig extends Config @ConfigItem( keyName = "showIgnores", name = "Recolor ignored players", - description = "Recolors players that are on your ignore list", + description = "Recolor members who are on your ignore list", position = 10 ) default boolean showIgnores()