Wrong function name in error message ("SLICE" instead of "SUB")

Calling Bytes.sub with the wrong amount of parameters generate this error message:

Function "SLICE" called with wrong number of arguments.
Expected 3 arguments, got 1 arguments.

The error message should mention SUB and not SLICE.