Browse Source

Correcting file syntax (2nd after 0350dfd8)

Source commit: 930d94ff2525a25ad832c9e3d483cd0682e03caf
Martin Prikryl 8 months ago
parent
commit
4d9aca88ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/resource/TextsCore1.rc

+ 1 - 1
source/resource/TextsCore1.rc

@@ -254,7 +254,7 @@ BEGIN
   S3_PROFILE_NOT_EXIST, "S3 profile \"%s\" does not exist or does not contain any relevant options."
   S3_PROFILE_NOT_EXIST, "S3 profile \"%s\" does not exist or does not contain any relevant options."
   CERTIFICATE_UNOPENABLE, "Certificate file \"%s\" does not exist or cannot be opened."
   CERTIFICATE_UNOPENABLE, "Certificate file \"%s\" does not exist or cannot be opened."
   CERTIFICATE_LOAD_ERROR, "Unable to load certificate file \"%s\"."
   CERTIFICATE_LOAD_ERROR, "Unable to load certificate file \"%s\"."
-  PUB_KEY_UNKNOWN, L"Unknown public key algorithm \"%s\"."
+  PUB_KEY_UNKNOWN, "Unknown public key algorithm \"%s\"."
   CERTIFICATE_NOT_MATCH, "Certificate in \"%s\" does not match public key in the key file."
   CERTIFICATE_NOT_MATCH, "Certificate in \"%s\" does not match public key in the key file."
   CERTIFICATE_CANNOT_COMBINE, "Unable to combine certificate in \"%s\" with private key."
   CERTIFICATE_CANNOT_COMBINE, "Unable to combine certificate in \"%s\" with private key."
   KEYGEN_NOT_PUBLIC, "File \"%s\" is not a public key in a known format."
   KEYGEN_NOT_PUBLIC, "File \"%s\" is not a public key in a known format."