Fix "Clan Channel Name" typo, fix capitalisation (#3671)
Also fix some inconsistent capitalisation
This commit is contained in:
@@ -206,7 +206,7 @@ public interface ChatColorConfig extends Config
|
||||
@ConfigItem(
|
||||
position = 50,
|
||||
keyName = "opaqueExamineHighlight",
|
||||
name = "Examine Highlight",
|
||||
name = "Examine highlight",
|
||||
description = "Color of highlights in Examine Text"
|
||||
)
|
||||
default Color opaqueExamineHighlight()
|
||||
@@ -225,7 +225,7 @@ public interface ChatColorConfig extends Config
|
||||
@ConfigItem(
|
||||
position = 52,
|
||||
keyName = "opaqueFilteredHighlight",
|
||||
name = "Filtered Highlight",
|
||||
name = "Filtered highlight",
|
||||
description = "Color of highlights in Filtered Text"
|
||||
)
|
||||
Color opaqueFilteredHighlight();
|
||||
@@ -249,7 +249,7 @@ public interface ChatColorConfig extends Config
|
||||
@ConfigItem(
|
||||
position = 55,
|
||||
keyName = "opaqueClanChannelName",
|
||||
name = "Chan channel Name",
|
||||
name = "Clan channel name",
|
||||
description = "Color of Clan Channel Name"
|
||||
)
|
||||
Color opaqueClanChannelName();
|
||||
@@ -435,7 +435,7 @@ public interface ChatColorConfig extends Config
|
||||
@ConfigItem(
|
||||
position = 80,
|
||||
keyName = "transparentExamineHighlight",
|
||||
name = "Examine Highlight (transparent)",
|
||||
name = "Examine highlight (transparent)",
|
||||
description = "Color of highlights in Examine Text (transparent)"
|
||||
)
|
||||
default Color transparentExamineHighlight()
|
||||
@@ -454,7 +454,7 @@ public interface ChatColorConfig extends Config
|
||||
@ConfigItem(
|
||||
position = 82,
|
||||
keyName = "transparentFilteredHighlight",
|
||||
name = "Filtered Highlight (transparent)",
|
||||
name = "Filtered highlight (transparent)",
|
||||
description = "Color of highlights in Filtered Text (transparent)"
|
||||
)
|
||||
Color transparentFilteredHighlight();
|
||||
@@ -478,7 +478,7 @@ public interface ChatColorConfig extends Config
|
||||
@ConfigItem(
|
||||
position = 85,
|
||||
keyName = "transparentClanChannelName",
|
||||
name = "Chan channel Name (transparent)",
|
||||
name = "Clan channel name (transparent)",
|
||||
description = "Color of Clan Channel Name (transparent)"
|
||||
)
|
||||
Color transparentClanChannelName();
|
||||
|
||||
Reference in New Issue
Block a user