summaryrefslogtreecommitdiff
path: root/server/locale/en-US/script.lni
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-08-29 15:05:46 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-08-29 15:05:46 +0800
commitc7598c95032a2bb40860b9320418e73bea1b7f43 (patch)
tree4ea89f84a171b964e58a8207516278941d523293 /server/locale/en-US/script.lni
parent4f4c7f48ba056e980f56b9327300160e78295c51 (diff)
downloadlua-language-server-c7598c95032a2bb40860b9320418e73bea1b7f43.zip
加一点区分
Diffstat (limited to 'server/locale/en-US/script.lni')
-rw-r--r--server/locale/en-US/script.lni4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/locale/en-US/script.lni b/server/locale/en-US/script.lni
index 3655e18c..ddc80ac9 100644
--- a/server/locale/en-US/script.lni
+++ b/server/locale/en-US/script.lni
@@ -16,8 +16,8 @@ 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_EMPTY_BLOCK = 'Empty block.'
-DIAG_DIAGNOSTICS = 'Diagnostics.'
-DIAG_SYNTAX_CHECK = 'Syntax Check.'
+DIAG_DIAGNOSTICS = 'Lua Diagnostics.'
+DIAG_SYNTAX_CHECK = 'Lua Syntax Check.'
DIAG_NEED_VERSION = 'Supported in {}.'
DIAG_DEFINED_VERSION = 'Defined in {}, current is {}.'
DIAG_DEFINED_CUSTOM = 'Defined in {}.'