OSDN Git Service

Make all OK strings same case (#593)
authorStoyanDimitrov <StoyanDimitrov@users.noreply.github.com>
Mon, 1 Feb 2021 13:41:57 +0000 (13:41 +0000)
committerGitHub <noreply@github.com>
Mon, 1 Feb 2021 13:41:57 +0000 (22:41 +0900)
Some translation tools are not happy about existence of both "&OK" and "&Ok". Besides that it let's reuse!

Src/Merge.rc

index 609d24a..dae21cd 100644 (file)
@@ -1118,7 +1118,7 @@ BEGIN
     CONTROL         "Match &whole word only",IDC_EDIT_WHOLE_WORD,"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,7,27,140,10\r
     CONTROL         "Match &case",IDC_EDIT_MATCH_CASE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,37,140,10\r
     CONTROL         "Regular &expression",IDC_EDIT_REGEXP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,47,140,10\r
-    DEFPUSHBUTTON   "&OK",IDOK,226,7,60,14,WS_GROUP\r
+    DEFPUSHBUTTON   "&Ok",IDOK,226,7,60,14,WS_GROUP\r
     PUSHBUTTON      "Cancel",IDCANCEL,226,24,60,14\r
 END\r
 \r