diff options
author | wongxy <xiyao.wong@foxmail.com> | 2022-03-12 13:04:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-12 13:04:08 +0800 |
commit | 1b704bced8031bf5280e62570d678fe49a727f44 (patch) | |
tree | 076e0a59186a352a416f99b2e9c2d1fd6ca899a8 /locale/en-us/script.lua | |
parent | b8ceb409198684c5d4b4162cedfa8b270d62c261 (diff) | |
download | lua-language-server-1b704bced8031bf5280e62570d678fe49a727f44.zip |
fixed #976
Diffstat (limited to 'locale/en-us/script.lua')
-rw-r--r-- | locale/en-us/script.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index f5a3ec30..df5cdae0 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -34,7 +34,7 @@ DIAG_PREFIELD_CALL = 'Will be interpreted as `{}{}`. It may be necessary to add a `,` or `;`.' DIAG_OVER_MAX_ARGS = 'The function takes only {:d} parameters, but you passed {:d}.' -DIAG_OVER_MAX_ARGS = +DIAG_OVER_MAX_VALUES = 'Only has {} variables, but you set {} values.' DIAG_AMBIGUITY_1 = 'Compute `{}` first. You may need to add brackets.' |