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.json4
1 files changed, 0 insertions, 4 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 fa3cc91..fd066db 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
@@ -1,8 +1,6 @@
{
"yacl.control.boolean.true": "True",
"yacl.control.boolean.false": "False",
- "yacl.control.boolean.yes": "Yes",
- "yacl.control.boolean.no": "No",
"yacl.control.action.execute": "EXECUTE",
@@ -10,9 +8,7 @@
"yacl.gui.save.tooltip": "Makes the changes made permanent.",
"yacl.gui.finished": "Finished",
"yacl.gui.finished.tooltip": "Closes the GUI.",
- "yacl.gui.cancel": "Cancel",
"yacl.gui.cancel.tooltip": "Forgets pending changes and closes the GUI.",
- "yacl.gui.reset": "Reset",
"yacl.gui.reset.tooltip": "Resets all options to default. (This is reversible!)",
"yacl.gui.undo": "Undo",
"yacl.gui.undo.tooltip": "Reverts all options back to what they were before editing.",