From 1b704bced8031bf5280e62570d678fe49a727f44 Mon Sep 17 00:00:00 2001 From: wongxy Date: Sat, 12 Mar 2022 13:04:08 +0800 Subject: fixed #976 --- locale/en-us/script.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'locale/en-us/script.lua') diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index f5a3ec30..df5cdae0 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_ARGS = +DIAG_OVER_MAX_VALUES = 'Only has {} variables, but you set {} values.' DIAG_AMBIGUITY_1 = 'Compute `{}` first. You may need to add brackets.' -- cgit v1.2.3