diff options
Diffstat (limited to 'data/messages.yml')
-rw-r--r-- | data/messages.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/data/messages.yml b/data/messages.yml index 271fadfe4..5cbfe60a7 100644 --- a/data/messages.yml +++ b/data/messages.yml @@ -172,10 +172,9 @@ {'errXCannotBeInParamDecl': '$1 cannot be declared in parameter declaration'}, {'errPragmaOnlyInHeaderOfProc': 'pragmas are only in the header of a proc allowed'}, -{'errImportedProcCannotHaveImpl': - 'an imported proc cannot have an implementation'}, -{'errImplOfXNotAllowed': "implementation of '$1' is not allowed here"}, +{'errImplOfXNotAllowed': "implementation of '$1' is not allowed"}, {'errImplOfXexpected': "implementation of '$1' expected"}, +{'errNoSymbolToBorrowFromFound': "no symbol to borrow from found"}, {'errDiscardValue': 'value returned by statement has to be discarded'}, {'errInvalidDiscard': 'statement returns no value that can be discarded'}, {'errUnknownPrecedence': |