From c736fc8881689e9d40564afb61be9238b0109894 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 14 May 2020 20:43:21 +0200 Subject: [PATCH] Typo fix. --- src/wx/christie_certificate_panel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx/christie_certificate_panel.cc b/src/wx/christie_certificate_panel.cc index 15074cdb6..2a42a178e 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 dowloaded")); + _dialog->message()->SetLabel (_("Certificate downloaded")); _dialog->setup_sensitivity (); } } -- 2.30.2