Martijn Laan 3 mesi fa
parent
commit
132172c396
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      Projects/Src/Compiler.Messages.pas

+ 4 - 4
Projects/Src/Compiler.Messages.pas

@@ -86,10 +86,10 @@ const
   SCompilerSourceFileDoesntExist = 'Source file "%s" does not exist';
   SCompilerSourceFileNotSigned = 'Source file "%s" is not signed';
   SCompilerSourceFileVerificationFailed = 'Verification of source file "%s" failed: %s';
-  SCompilerVerificationSignatureDoesntExist = 'The signature file "%1" does not exist';
-  SCompilerVerificationSignatureMalformed = 'The signature file "%1" is malformed';
-  SCompilerVerificationSignatureBad = 'The signature file "%1" is bad';
-  SCompilerVerificationKeyNotFound = 'The signature file "%1" uses an unknown key';
+  SCompilerVerificationSignatureDoesntExist = 'The signature file "%s" does not exist';
+  SCompilerVerificationSignatureMalformed = 'The signature file "%s" is malformed';
+  SCompilerVerificationSignatureBad = 'The signature file "%s" is bad';
+  SCompilerVerificationKeyNotFound = 'The signature file "%s" uses an unknown key';
   SCompilerVerificationFileSizeIncorrect = 'The size of the file is incorrect';
   SCompilerVerificationFileHashIncorrect = 'The hash of the file is incorrect';
   SCompilerCopyError3a = 'Could not copy "%s" to "%s".' + SNewLine2 + 'Error %s';