提交 4198579b 编写于 作者: D Dejan Ribič 提交者: Pat Thoyts

git-gui: fix spelling error in sshkey.tcl

Spelling error originally reported to Ubuntu as launchpad bug #879427.
Acked-by: NErik Faye-Lund <kusmabite@gmail.com>
Signed-off-by: NDejan Ribič <dejan.ribic@gmail.com>
Signed-off-by: NPat Thoyts <patthoyts@users.sourceforge.net>
上级 95fa862b
......@@ -117,7 +117,7 @@ proc read_sshkey_output {fd w} {
} else {
set finfo [find_ssh_key]
if {$finfo eq {}} {
set sshkey_title [mc "Generation succeded, but no keys found."]
set sshkey_title [mc "Generation succeeded, but no keys found."]
$w.contents insert end $sshkey_output
} else {
set sshkey_title [mc "Your key is in: %s" [lindex $finfo 0]]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册