summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-10-08 14:15:26 +0800
committerGitHub <noreply@github.com>2021-10-08 14:15:26 +0800
commit842f738db5ccdce6f470a9c729287cb81796594d (patch)
tree9d3393521007b6df4f320560e97d9c83d036ab2c
parent1d5e153a62828cf77a03ee52ea5446870e48f8d8 (diff)
parent6bf7a86e3fab833031918d93eb9d9ecbdafe9353 (diff)
downloadlua-language-server-842f738db5ccdce6f470a9c729287cb81796594d.zip
Merge pull request #710 from rski/master
fix locale swap action typo
-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 ({}).'