From acb796a268236409eaf814ac22e329a008632c3a Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 22 Sep 2001 15:19:43 +0000 Subject: [PATCH] Correct capitalisation in one config option (Cyrillic Caps Lock). git-svn-id: svn://svn.tartarus.org/sgt/putty@1280 cda61777-01e9-0310-a592-d414129be87e --- 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", -- 2.11.0