1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00

Correct capitalisation in one config option (Cyrillic Caps Lock).

[originally from svn r1280]
This commit is contained in:
Simon Tatham 2001-09-22 15:19:43 +00:00
parent 7466f4785c
commit 1ffe49bea5

View File

@ -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",