diff options
author | wongxy <xiyao.wong@foxmail.com> | 2022-03-12 13:05:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-12 13:05:31 +0800 |
commit | 727e4f69beb83942ec821b9eec8d0453aa898f54 (patch) | |
tree | ff656ad5a584fa9fe2f5f2ba601d40a727105e5c /locale/en-us/script.lua | |
parent | 1b704bced8031bf5280e62570d678fe49a727f44 (diff) | |
download | lua-language-server-727e4f69beb83942ec821b9eec8d0453aa898f54.zip |
tweaks align
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 df5cdae0..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_VALUES = +DIAG_OVER_MAX_VALUES = 'Only has {} variables, but you set {} values.' DIAG_AMBIGUITY_1 = 'Compute `{}` first. You may need to add brackets.' |