summaryrefslogtreecommitdiff
path: root/src/wx/christie_certificate_panel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-05-14 20:14:52 +0200
committerCarl Hetherington <cth@carlh.net>2020-05-14 20:14:52 +0200
commit8c7ad603cf0a534abe1a920b70b0daa095257d3a (patch)
tree28ecc906611cd60b6d2df3d33446e32eb654d907 /src/wx/christie_certificate_panel.cc
parent4edc14c8b1410e24f68b510cc14409b96c0338a3 (diff)
Don't say 'certificate downloaded' if it failed during the read part.
Diffstat (limited to 'src/wx/christie_certificate_panel.cc')
-rw-r--r--src/wx/christie_certificate_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/christie_certificate_panel.cc b/src/wx/christie_certificate_panel.cc
index 7db3fef25..0795b09e9 100644
--- a/src/wx/christie_certificate_panel.cc
+++ b/src/wx/christie_certificate_panel.cc
@@ -76,7 +76,7 @@ ChristieCertificatePanel::do_download ()
_dialog->message()->SetLabel(wxT(""));
error_dialog (this, std_to_wx(*all_errors));
} else {
- _dialog->message()->SetLabel (_("Certificate downloaded"));
+ _dialog->message()->SetLabel (_("Certificate dowloaded"));
_dialog->setup_sensitivity ();
}
}