From de1c8a317226b58fe03497027136eaed1adfd808 Mon Sep 17 00:00:00 2001 From: isXander Date: Mon, 19 Sep 2022 19:11:13 +0100 Subject: 1.4.0 improved tooltips `ButtonOption` now consumes itself, so you can access it when building. --- .../assets/yet-another-config-lib/lang/en_us.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'src/main/resources/assets/yet-another-config-lib') diff --git a/src/main/resources/assets/yet-another-config-lib/lang/en_us.json b/src/main/resources/assets/yet-another-config-lib/lang/en_us.json index 1c47579..fd02225 100644 --- a/src/main/resources/assets/yet-another-config-lib/lang/en_us.json +++ b/src/main/resources/assets/yet-another-config-lib/lang/en_us.json @@ -20,5 +20,17 @@ "yacl.restart.title": "Config requires restart!", "yacl.restart.message": "One or more options needs you to restart the game to apply the changes.", "yacl.restart.yes": "Close Minecraft", - "yacl.restart.no": "Ignore" + "yacl.restart.no": "Ignore", + + "yacl.config.category.tooltips": "Tooltips", + "yacl.config.category.tooltips.description": "Modify how YACL's tooltips behave.", + "yacl.config.tooltip.group.option": "Options", + "yacl.config.tooltip.group.group": "Groups", + "yacl.config.tooltip.group.category": "Categories", + "yacl.config.opt.hover_ticks": "Hover Time", + "yacl.config.opt.hover_ticks.tooltip": "How long to hover before the tooltip appears.", + "yacl.config.opt.tooltip_location": "Tooltip Location", + "yacl.config.opt.tooltip_location.tooltip": "Where the tooltip should appear on the screen.", + "yacl.config.tooltip_location.adjacent": "Adjacent", + "yacl.config.tooltip_location.mouse": "Mouse" } -- cgit