diff options
Diffstat (limited to 'src/main/resources/assets/yet-another-config-lib/lang/en_us.json')
-rw-r--r-- | src/main/resources/assets/yet-another-config-lib/lang/en_us.json | 14 |
1 files changed, 1 insertions, 13 deletions
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 63bf7e6..17972a1 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 @@ -19,17 +19,5 @@ "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.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" + "yacl.restart.no": "Ignore" } |