From 5fe80898093402244c864671469fc045a6379ff3 Mon Sep 17 00:00:00 2001 From: 7cc5c4f330d47060 Date: Thu, 24 Oct 2024 21:28:16 -0400 Subject: [PATCH] Rename and move some keys --- lang/en-US.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en-US.json b/lang/en-US.json index 854f379..23a7206 100644 --- a/lang/en-US.json +++ b/lang/en-US.json @@ -73,9 +73,7 @@ "command.help.noCommand": "Command does not exist", "command.help.alias": "Alias to %s", "command.help.copyAlias": "Click to copy this alias to your clipboard", - "command.netmsg.disabled": "This command has been disabled on this server.", "command.netmsg.serverAddress": "Server Address", - "command.settings.disabled.console": "This command cannot be run from the console.", "command.settings.get.colorPrimary": "Primary color", "command.settings.get.colorSecondary": "Secondary color", "command.settings.get.language": "Language", @@ -131,5 +129,7 @@ "command.disallowed.perms": "You do not have permission to run this command. If you do have permission, please make sure you put the command hash at the end, or ran the command through the hashing system of your client or proxy.", "command.disallowed.perms.yourLevel": "Your permission level: %s", "command.disallowed.perms.cmdLevel": "Command requires: %s", + "command.disabled.local": "This command has been disabled on this server.", + "command.disabled.console": "This command cannot be run from the console.", "copyText": "Click to copy this item to your clipboard" }