aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/yet-another-config-lib/lang/en_us.json7
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"
}