git-gui: fix spelling error in sshkey.tcl
Spelling error originally reported to Ubuntu as launchpad bug #879427. Acked-by: Erik Faye-Lund <kusmabite@gmail.com> Signed-off-by: Dejan Ribič <dejan.ribic@gmail.com> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
This commit is contained in:
parent
95fa862b57
commit
4198579b0a
@ -117,7 +117,7 @@ proc read_sshkey_output {fd w} {
|
|||||||
} else {
|
} else {
|
||||||
set finfo [find_ssh_key]
|
set finfo [find_ssh_key]
|
||||||
if {$finfo eq {}} {
|
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
|
$w.contents insert end $sshkey_output
|
||||||
} else {
|
} else {
|
||||||
set sshkey_title [mc "Your key is in: %s" [lindex $finfo 0]]
|
set sshkey_title [mc "Your key is in: %s" [lindex $finfo 0]]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user