Skip to content

Commit 1b704bc

Browse files
authored
fixed #976
1 parent b8ceb40 commit 1b704bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale/en-us/script.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ DIAG_PREFIELD_CALL =
3434
'Will be interpreted as `{}{}`. It may be necessary to add a `,` or `;`.'
3535
DIAG_OVER_MAX_ARGS =
3636
'The function takes only {:d} parameters, but you passed {:d}.'
37-
DIAG_OVER_MAX_ARGS =
37+
DIAG_OVER_MAX_VALUES =
3838
'Only has {} variables, but you set {} values.'
3939
DIAG_AMBIGUITY_1 =
4040
'Compute `{}` first. You may need to add brackets.'

0 commit comments

Comments
 (0)