From 008b7fbcb801ee7ec5c899d90ab0477484309229 Mon Sep 17 00:00:00 2001 From: xander Date: Sat, 3 Sep 2022 14:34:54 +0100 Subject: fix translation keys being yocl not yacl --- src/main/resources/assets/yet-another-config-lib/lang/en_us.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (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 fd066db..6510d86 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 @@ -12,8 +12,8 @@ "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.", - "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." + "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." } -- cgit