Skip to content

Commit

Permalink
fix_known_hosts_grammar
Browse files Browse the repository at this point in the history
Replaced remaining instance of 'exist key'
  • Loading branch information
SmaugOfErebor committed Jul 15, 2024
1 parent 447f244 commit a624e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ttssh2/ttxssh/ttxssh.rc
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ BEGIN
CONTROL "&SHA256",IDC_FP_HASH_ALG_SHA256,"Button",BS_AUTORADIOBUTTON,155,110,40,10
EDITTEXT IDC_FINGER_PRINT,15,120,229,12,ES_AUTOHSCROLL | ES_READONLY
EDITTEXT IDC_FP_RANDOMART,15,139,229,97,ES_MULTILINE | ES_AUTOHSCROLL | ES_READONLY | WS_VSCROLL
CONTROL "&Replace the exist key with this new key",IDC_ADDTOKNOWNHOSTS,
CONTROL "&Replace the existing key with this new key",IDC_ADDTOKNOWNHOSTS,
"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,19,241,221,13
PUSHBUTTON "&Continue",IDC_CONTINUE,65,256,50,14,WS_GROUP
DEFPUSHBUTTON "&Disconnect",IDCANCEL,145,256,50,14,WS_GROUP
Expand Down

0 comments on commit a624e7f

Please sign in to comment.