소스 검색

Correcting file syntax

compiler does not seem to mind, but translation script does not recognize the syntax

Source commit: be8790934e90e41f7960b495c2f8b06855480058
Martin Prikryl 8 달 전
부모
커밋
0350dfd849
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      source/resource/TextsCore1.rc

+ 1 - 1
source/resource/TextsCore1.rc

@@ -516,7 +516,7 @@ BEGIN
   DAYS_SPAN, "%d days"
   INI_SELECT, "Browse for INI file to import sites from."
   PUBLIC_KEY_ADDING, "Adding public key line to \"%s\" file:"
-  PUBLIC_KEY_DOWNLOADING, L"Downloading current \"%s\" file..."
+  PUBLIC_KEY_DOWNLOADING, "Downloading current \"%s\" file..."
   PUBLIC_KEY_CONTAINS, "\"%s\" file already contains public key line:"
   PUBLIC_KEY_NOT_CONTAINS, "\"%s\" file does not contain the public key line yet."
   PUBLIC_KEY_NEW, "Creating new \"%s\" file..."