diff options
author | xander <xander@isxander.dev> | 2022-09-03 13:42:49 +0100 |
---|---|---|
committer | xander <xander@isxander.dev> | 2022-09-03 13:42:49 +0100 |
commit | b775bae81d3ec0c8fb64b0c680e375b6bca4fe5f (patch) | |
tree | 55c1944af1e8453766703537807701712452a1a2 /src/main/resources/assets/yet-another-config-lib/lang/en_us.json | |
parent | 8a29f957e99c957efd11d6c279e5f97639f05d9e (diff) | |
download | YetAnotherConfigLib-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.json | 10 |
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." } |