Correct capitalisation in one config option (Cyrillic Caps Lock).
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 22 Sep 2001 15:19:43 +0000 (15:19 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 22 Sep 2001 15:19:43 +0000 (15:19 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@1280 cda61777-01e9-0310-a592-d414129be87e

windlg.c

index d8f1e03..c7530f2 100644 (file)
--- a/windlg.c
+++ b/windlg.c
@@ -1116,7 +1116,7 @@ static void create_controls(HWND hwnd, int dlgtype, int panel)
        endbox(&cp);
         beginbox(&cp, "Enable character set translation on input data",
                  IDC_BOX_TRANSLATION2);
-        checkbox(&cp, "CAP&S LOCK acts as cyrillic switch",
+        checkbox(&cp, "Cap&s Lock acts as Cyrillic switch",
                  IDC_CAPSLOCKCYR);
         endbox(&cp);
        beginbox(&cp, "Adjust how PuTTY displays line drawing characters",