diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-03-12 17:01:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-12 17:01:13 +0800 |
commit | d1363a89da92c3112820da25914d63cb718f65cf (patch) | |
tree | ff656ad5a584fa9fe2f5f2ba601d40a727105e5c | |
parent | b8ceb409198684c5d4b4162cedfa8b270d62c261 (diff) | |
parent | 727e4f69beb83942ec821b9eec8d0453aa898f54 (diff) | |
download | lua-language-server-d1363a89da92c3112820da25914d63cb718f65cf.zip |
Merge pull request #983 from xiyaowong/patch-2
fixed #976
-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..edf76e2c 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.' |