From 07e33a247a9278d63b9abd96f1b86697dcb96940 Mon Sep 17 00:00:00 2001 From: carsakiller Date: Sat, 11 Jun 2022 14:02:29 -0400 Subject: fix: weird wording for arg count --- locale/en-us/script.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index 37ed5aad..e3071bcc 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -33,9 +33,9 @@ DIAG_PREVIOUS_CALL = DIAG_PREFIELD_CALL = 'Will be interpreted as `{}{}`. It may be necessary to add a `,` or `;`.' DIAG_OVER_MAX_ARGS = -'The function received a maximum of {:d} arguments, but got {:d}.' +'This function expects a maximum of {:d} argument(s) but instead it is receiving {:d}.' DIAG_MISS_ARGS = -'the function received at least {:d} arguments, but got {:d}.' +'This function requires {:d} argument(s) but instead it is receiving {:d}.' DIAG_OVER_MAX_VALUES = 'Only has {} variables, but you set {} values.' DIAG_AMBIGUITY_1 = -- cgit v1.2.3