* Add SArgumentNil

This commit is contained in:
Michaël Van Canneyt 2023-11-01 16:58:43 +01:00
parent 038f054bdc
commit 33950a5e22

View File

@ -33,6 +33,7 @@ ResourceString
SAllButton = '&All';
SAllFilter = 'All files';
SAncestorNotFound = 'Ancestor class for "%s" not found';
SArgumentNil = 'Argument must not be nil';
SAssignError = 'Cannot assign a %s to a %s';
SAsyncSocketError = 'Asynchronous socket error: %d';
SBG = 'BG';