summaryrefslogtreecommitdiff
path: root/server/locale/en-US/script.lni
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-03-29 17:24:52 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-03-29 17:24:52 +0800
commitd967656950c468f3d2f3afac791b05b7f6019f56 (patch)
tree9471d2fff1c0865e0e06ec4686e31d2f55026600 /server/locale/en-US/script.lni
parentd622e3f245de2998f9c99b95d4b1fe9a92a14eae (diff)
downloadlua-language-server-d967656950c468f3d2f3afac791b05b7f6019f56.zip
暂存
Diffstat (limited to 'server/locale/en-US/script.lni')
-rw-r--r--server/locale/en-US/script.lni2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/locale/en-US/script.lni b/server/locale/en-US/script.lni
index 7d98e52d..7d54a46f 100644
--- a/server/locale/en-US/script.lni
+++ b/server/locale/en-US/script.lni
@@ -8,7 +8,7 @@ DIAG_UNUSED_LABEL = 'Unused label `{}`.'
DIAG_REDEFINED_LOCAL = 'Redefined local `{}`.'
DIAG_PREVIOUS_CALL = 'Parsed as function call for the previous line. It may be necessary to add a `;` before.'
DIAG_OVER_MAX_ARGS = 'The function takes only {:d} parameters, but you passed {:d}.'
-DIAG_AMBIGUITY_1 = 'Compute `0 {op} {num}` first. You may need to add a bracket.'
+DIAG_AMBIGUITY_1 = 'Compute `0 {op} {num}` first. You may need to add brackets.'
DIAG_LOWERCASE_GLOBAL = 'Global variable in lowercase initial'
DIAG_DIAGNOSTICS = 'Diagnostics'
DIAG_SYNTAX_CHECK = 'Syntax Check'