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(
|
@ConfigItem(
|
||||||
position = 50,
|
position = 50,
|
||||||
keyName = "opaqueExamineHighlight",
|
keyName = "opaqueExamineHighlight",
|
||||||
name = "Examine Highlight",
|
name = "Examine highlight",
|
||||||
description = "Color of highlights in Examine Text"
|
description = "Color of highlights in Examine Text"
|
||||||
)
|
)
|
||||||
default Color opaqueExamineHighlight()
|
default Color opaqueExamineHighlight()
|
||||||
@@ -225,7 +225,7 @@ public interface ChatColorConfig extends Config
|
|||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 52,
|
position = 52,
|
||||||
keyName = "opaqueFilteredHighlight",
|
keyName = "opaqueFilteredHighlight",
|
||||||
name = "Filtered Highlight",
|
name = "Filtered highlight",
|
||||||
description = "Color of highlights in Filtered Text"
|
description = "Color of highlights in Filtered Text"
|
||||||
)
|
)
|
||||||
Color opaqueFilteredHighlight();
|
Color opaqueFilteredHighlight();
|
||||||
@@ -249,7 +249,7 @@ public interface ChatColorConfig extends Config
|
|||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 55,
|
position = 55,
|
||||||
keyName = "opaqueClanChannelName",
|
keyName = "opaqueClanChannelName",
|
||||||
name = "Chan channel Name",
|
name = "Clan channel name",
|
||||||
description = "Color of Clan Channel Name"
|
description = "Color of Clan Channel Name"
|
||||||
)
|
)
|
||||||
Color opaqueClanChannelName();
|
Color opaqueClanChannelName();
|
||||||
@@ -435,7 +435,7 @@ public interface ChatColorConfig extends Config
|
|||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 80,
|
position = 80,
|
||||||
keyName = "transparentExamineHighlight",
|
keyName = "transparentExamineHighlight",
|
||||||
name = "Examine Highlight (transparent)",
|
name = "Examine highlight (transparent)",
|
||||||
description = "Color of highlights in Examine Text (transparent)"
|
description = "Color of highlights in Examine Text (transparent)"
|
||||||
)
|
)
|
||||||
default Color transparentExamineHighlight()
|
default Color transparentExamineHighlight()
|
||||||
@@ -454,7 +454,7 @@ public interface ChatColorConfig extends Config
|
|||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 82,
|
position = 82,
|
||||||
keyName = "transparentFilteredHighlight",
|
keyName = "transparentFilteredHighlight",
|
||||||
name = "Filtered Highlight (transparent)",
|
name = "Filtered highlight (transparent)",
|
||||||
description = "Color of highlights in Filtered Text (transparent)"
|
description = "Color of highlights in Filtered Text (transparent)"
|
||||||
)
|
)
|
||||||
Color transparentFilteredHighlight();
|
Color transparentFilteredHighlight();
|
||||||
@@ -478,7 +478,7 @@ public interface ChatColorConfig extends Config
|
|||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 85,
|
position = 85,
|
||||||
keyName = "transparentClanChannelName",
|
keyName = "transparentClanChannelName",
|
||||||
name = "Chan channel Name (transparent)",
|
name = "Clan channel name (transparent)",
|
||||||
description = "Color of Clan Channel Name (transparent)"
|
description = "Color of Clan Channel Name (transparent)"
|
||||||
)
|
)
|
||||||
Color transparentClanChannelName();
|
Color transparentClanChannelName();
|
||||||
|
|||||||
Reference in New Issue
Block a user