diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/itemidentification/ItemIdentificationConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/itemidentification/ItemIdentificationConfig.java index a210390092c..6179bac2674 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/itemidentification/ItemIdentificationConfig.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/itemidentification/ItemIdentificationConfig.java @@ -55,7 +55,7 @@ default ItemIdentificationMode identificationType() keyName = "textColor", name = "Color", position = -3, - description = "The colour of the identification text." + description = "The color of the identification text." ) default Color textColor() { diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/npcunaggroarea/NpcAggroAreaConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/npcunaggroarea/NpcAggroAreaConfig.java index d534732265f..1a195e0e497 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/npcunaggroarea/NpcAggroAreaConfig.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/npcunaggroarea/NpcAggroAreaConfig.java @@ -87,8 +87,8 @@ default boolean showAreaLines() @Alpha @ConfigItem( keyName = "npcAggroAreaColor", - name = "Aggressive colour", - description = "Choose colour to use for marking NPC unaggressive area when NPCs are aggressive.", + name = "Aggressive color", + description = "Choose color to use for marking NPC unaggressive area when NPCs are aggressive.", position = 5 ) default Color aggroAreaColor() @@ -99,8 +99,8 @@ default Color aggroAreaColor() @Alpha @ConfigItem( keyName = "npcUnaggroAreaColor", - name = "Unaggressive colour", - description = "Choose colour to use for marking NPC unaggressive area after NPCs have lost aggression.", + name = "Unaggressive color", + description = "Choose color to use for marking NPC unaggressive area after NPCs have lost aggression.", position = 6 ) default Color unaggroAreaColor() diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/timestamp/TimestampConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/timestamp/TimestampConfig.java index bbcc73db1eb..47ae63d43d1 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/timestamp/TimestampConfig.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/timestamp/TimestampConfig.java @@ -38,7 +38,7 @@ public interface TimestampConfig extends Config keyName = "opaqueTimestamp", name = "Timestamps (opaque)", position = 1, - description = "Colour of timestamps from the Timestamps plugin (opaque)." + description = "Color of timestamps from the Timestamps plugin (opaque)." ) Color opaqueTimestamp(); @@ -46,7 +46,7 @@ public interface TimestampConfig extends Config keyName = "transparentTimestamp", name = "Timestamps (transparent)", position = 2, - description = "Colour of timestamps from the Timestamps plugin (transparent)." + description = "Color of timestamps from the Timestamps plugin (transparent)." ) Color transparentTimestamp();