summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--locale/en-us/script.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua
index 5e3983b0..b29fa51f 100644
--- a/locale/en-us/script.lua
+++ b/locale/en-us/script.lua
@@ -183,7 +183,7 @@ ACTION_ADD_END = 'Add `end` (infer the addition location ny indentation
ACTION_FIX_COMMENT_PREFIX = 'Modify to `--` .'
ACTION_FIX_NONSTANDARD_SYMBOL = 'Modify to `{symbol}` .'
ACTION_RUNTIME_UNICODE_NAME = 'Allow Unicode characters.'
-ACTION_SWAP_PARAMS = 'Change to parameter {index} or `{node}`'
+ACTION_SWAP_PARAMS = 'Change to parameter {index} of `{node}`'
ACTION_FIX_INSERT_SPACE = 'Insert space.'
ACTION_JSON_TO_LUA = 'Convert JSON to Lua'
ACTION_DISABLE_DIAG_LINE= 'Disable diagnostics on this line ({}).'