From 1ffe49bea5b3e61aed86784377f3ad52531bce20 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 22 Sep 2001 15:19:43 +0000 Subject: [PATCH] Correct capitalisation in one config option (Cyrillic Caps Lock). [originally from svn r1280] --- windlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windlg.c b/windlg.c index d8f1e037..c7530f25 100644 --- 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",