* Switch to resource strings

This commit is contained in:
michael 2019-07-18 16:30:32 +00:00
parent b9187c5ad3
commit 64e17d4954

View File

@ -14,7 +14,7 @@ unit RTLConsts;
interface
const
Resourcestring
SArgumentMissing = 'Missing argument in format "%s"';
SInvalidFormat = 'Invalid format specifier : "%s"';
SInvalidArgIndex = 'Invalid argument index in format: "%s"';