From d967656950c468f3d2f3afac791b05b7f6019f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Fri, 29 Mar 2019 17:24:52 +0800 Subject: =?UTF-8?q?=E6=9A=82=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/locale/en-US/script.lni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/locale/en-US/script.lni') 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' -- cgit v1.2.3