diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-20 15:26:41 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-20 15:26:41 +0800 |
commit | bd0b92bd278a3cb6237e69f7e7fd5fdc9e6274d7 (patch) | |
tree | 04e2c0381e276e58d123b9fc1a14eb90ac1bd947 /locale/en-us/script.lua | |
parent | e20e8f174cc7125bf996a3ff3bd57c097daa1ab4 (diff) | |
download | lua-language-server-bd0b92bd278a3cb6237e69f7e7fd5fdc9e6274d7.zip |
#546 `lowercase-global` has a more friendly desc
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 16a3ffa5..41bcc715 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -18,7 +18,7 @@ DIAG_PREFIELD_CALL = 'Will be interpreted as `{}{}`. It may be necessary to DIAG_OVER_MAX_ARGS = 'The function takes only {:d} parameters, but you passed {:d}.' DIAG_OVER_MAX_ARGS = 'Only has {} variables, but you set {} values.' DIAG_AMBIGUITY_1 = 'Compute `{}` first. You may need to add brackets.' -DIAG_LOWERCASE_GLOBAL = 'Global variable in lowercase initial.' +DIAG_LOWERCASE_GLOBAL = 'Global variable in lowercase initial, Did you miss `local` or misspell it?' DIAG_EMPTY_BLOCK = 'Empty block.' DIAG_DIAGNOSTICS = 'Lua Diagnostics.' DIAG_SYNTAX_CHECK = 'Lua Syntax Check.' |