diff options
author | xander <xander@isxander.dev> | 2022-09-20 21:50:48 +0100 |
---|---|---|
committer | xander <xander@isxander.dev> | 2022-09-20 21:50:48 +0100 |
commit | 36891bb4f9e6aedacf8f79bc1b18b0402845f3a8 (patch) | |
tree | 2d1c71aa9cbadb693213531f3388877cc9a0f1fd /src/main/resources/assets/yet-another-config-lib/lang/en_us.json | |
parent | 2ffdf3ecb7890adb796c81808655dbbd624b25bb (diff) | |
download | YetAnotherConfigLib-36891bb4f9e6aedacf8f79bc1b18b0402845f3a8.tar.gz YetAnotherConfigLib-36891bb4f9e6aedacf8f79bc1b18b0402845f3a8.tar.bz2 YetAnotherConfigLib-36891bb4f9e6aedacf8f79bc1b18b0402845f3a8.zip |
1.4.2
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" } |