Skip to content

Commit

Permalink
Merge pull request #250 from SmaugOfErebor/fix_known_hosts_grammar
Browse files Browse the repository at this point in the history
fix_known_hosts_grammar
  • Loading branch information
nmaya authored Jul 16, 2024
2 parents 4a788c1 + a624e7f commit 5a3f002
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion installer/release/lang_utf8/English.lng
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ DLG_DIFFERENTKEY_WARNING=Your known hosts list has an entry for the server "%s",
DLG_DIFFERENTKEY_WARNING2=If you choose to replace this new key to the known hosts list and continue, then you will not receive this warning again.
DLG_DIFFERENTKEY_FINGERPRINT=The server's host key fingerprint is:
DLG_DIFFERENTKEY_FP_HASH_ALGORITHM=Fingerprint hash algorithm:
DLG_DIFFERENTKEY_REPLACE=&Replace the exist key with this new key
DLG_DIFFERENTKEY_REPLACE=&Replace the existing key with this new key

; dlg diff type key
DLG_DIFFERENTTYPEKEY_TITLE=SECURITY WARNING
Expand Down
2 changes: 1 addition & 1 deletion installer/release/lang_utf8/Spanish.lng
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ DLG_DIFFERENTKEY_WARNING=Your known hosts list has an entry for the server "####
DLG_DIFFERENTKEY_WARNING2=If you choose to add this new key to the known hosts list and continue, then you will not receive this warning again.
DLG_DIFFERENTKEY_FINGERPRINT=The server's host key fingerprint is:
DLG_DIFFERENTKEY_FP_HASH_ALGORITHM=Fingerprint hash algorithm:
DLG_DIFFERENTKEY_REPLACE=&Replace the exist key with this new key
DLG_DIFFERENTKEY_REPLACE=&Replace the existing key with this new key

; dlg diff type key
DLG_DIFFERENTTYPEKEY_TITLE=SECURITY WARNING
Expand Down
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 5a3f002

Please sign in to comment.