From b775bae81d3ec0c8fb64b0c680e375b6bca4fe5f Mon Sep 17 00:00:00 2001 From: xander Date: Sat, 3 Sep 2022 13:42:49 +0100 Subject: add tooltips to action buttons and messages --- .../resources/assets/yet-another-config-lib/lang/en_us.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/main/resources/assets/yet-another-config-lib') 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." } -- cgit