aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/yet-another-config-lib
diff options
context:
space:
mode:
authorxander <xander@isxander.dev>2022-09-03 14:34:54 +0100
committerxander <xander@isxander.dev>2022-09-03 14:34:54 +0100
commit008b7fbcb801ee7ec5c899d90ab0477484309229 (patch)
tree3a45d9ad1f64d187bb81e03e5781f6371b208682 /src/main/resources/assets/yet-another-config-lib
parent3027527637373d7df682bf56368cf176ffcc19a8 (diff)
downloadYetAnotherConfigLib-008b7fbcb801ee7ec5c899d90ab0477484309229.tar.gz
YetAnotherConfigLib-008b7fbcb801ee7ec5c899d90ab0477484309229.tar.bz2
YetAnotherConfigLib-008b7fbcb801ee7ec5c899d90ab0477484309229.zip
fix translation keys being yocl not yacl
Diffstat (limited to 'src/main/resources/assets/yet-another-config-lib')
-rw-r--r--src/main/resources/assets/yet-another-config-lib/lang/en_us.json8
1 files changed, 4 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 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."
}