OSDN Git Service

GUI textstrings: grammatical corrections (#722)
authorpgert <pgert@users.noreply.github.com>
Sat, 10 Apr 2021 04:12:21 +0000 (06:12 +0200)
committerGitHub <noreply@github.com>
Sat, 10 Apr 2021 04:12:21 +0000 (13:12 +0900)
Src/Merge.rc

index 74fdd74..d16d46b 100644 (file)
@@ -1560,9 +1560,9 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1
 BEGIN\r
     GROUPBOX        "Default Codepage",IDC_STATIC,7,7,241,93\r
     LTEXT           "Select the default codepage assumed when loading non-Unicode files:",IDC_STATIC,14,18,228,20\r
-    CONTROL         "Detect codepage info for these files: .html, .rc, .xml\nNeed to restart session.",IDC_DETECT_CODEPAGE,\r
+    CONTROL         "Detect codepage info for these type of files: .html, .rc, .xml\nNeed to restart session.",IDC_DETECT_CODEPAGE,\r
                     "Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,13,105,230,30\r
-    CONTROL         "Detect codepage for text files using mlang.dll\nNeed to restart session.",IDC_DETECT_CODEPAGE2,\r
+    CONTROL         "Detect codepage for text files with mlang.dll\nNeed to restart session.",IDC_DETECT_CODEPAGE2,\r
                     "Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,13,139,230,34\r
     COMBOBOX        IDC_DETECT_AUTODETECTTYPE,23,175,217,130,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP\r
     CONTROL         "System codepage",IDC_CP_SYSTEM,"Button",BS_AUTORADIOBUTTON | WS_GROUP,13,42,230,10\r