aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/yet-another-config-lib/lang/en_us.json
diff options
context:
space:
mode:
authorxander <xander@isxander.dev>2022-09-03 13:42:49 +0100
committerxander <xander@isxander.dev>2022-09-03 13:42:49 +0100
commitb775bae81d3ec0c8fb64b0c680e375b6bca4fe5f (patch)
tree55c1944af1e8453766703537807701712452a1a2 /src/main/resources/assets/yet-another-config-lib/lang/en_us.json
parent8a29f957e99c957efd11d6c279e5f97639f05d9e (diff)
downloadYetAnotherConfigLib-b775bae81d3ec0c8fb64b0c680e375b6bca4fe5f.tar.gz
YetAnotherConfigLib-b775bae81d3ec0c8fb64b0c680e375b6bca4fe5f.tar.bz2
YetAnotherConfigLib-b775bae81d3ec0c8fb64b0c680e375b6bca4fe5f.zip
add tooltips to action buttons and messages
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.json10
1 files changed, 9 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 78945de..d3a1a17 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
@@ -9,9 +9,17 @@
"yacl.control.action.execute": "EXECUTE",
"yacl.gui.save": "Save Changes",
+ "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",
- "yocl.gui.fail_apply": "Failed to apply"
+ "yacl.gui.undo.tooltip": "Reverts all options back to what they were before editing.",
+ "yocl.gui.fail_apply": "Failed to apply",
+ "yocl.gui.fail_apply.tooltip": "There was an error and the changes couldn't be applied.",
+ "yocl.gui.save_before_exit": "Save before exiting!",
+ "yocl.gui.save_before_exit.tooltip": "Save or cancel to exit the GUI."
}