diff options
author | xander <xander@isxander.dev> | 2022-09-05 19:16:17 +0100 |
---|---|---|
committer | xander <xander@isxander.dev> | 2022-09-05 19:16:24 +0100 |
commit | 4a524a13e9c003dbd27c60ff937c7e86e29c4f9e (patch) | |
tree | f285a293bdd130354aac58ac22c9d93786581dbb /src/main/resources | |
parent | 6dd21acc75fb5f334df724db4fbc0582dd901876 (diff) | |
download | YetAnotherConfigLib-4a524a13e9c003dbd27c60ff937c7e86e29c4f9e.tar.gz YetAnotherConfigLib-4a524a13e9c003dbd27c60ff937c7e86e29c4f9e.tar.bz2 YetAnotherConfigLib-4a524a13e9c003dbd27c60ff937c7e86e29c4f9e.zip |
require restart attribute
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/yet-another-config-lib/lang/en_us.json | 7 |
1 files changed, 6 insertions, 1 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 6510d86..4057fa0 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 @@ -15,5 +15,10 @@ "yacl.gui.fail_apply": "Failed to apply", "yacl.gui.fail_apply.tooltip": "There was an error and the changes couldn't be applied.", "yacl.gui.save_before_exit": "Save before exiting!", - "yacl.gui.save_before_exit.tooltip": "Save or cancel to exit the GUI." + "yacl.gui.save_before_exit.tooltip": "Save or cancel to exit the GUI.", + + "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" } |