Typo fix. v2.15.72
authorCarl Hetherington <cth@carlh.net>
Thu, 14 May 2020 18:43:21 +0000 (20:43 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 14 May 2020 18:43:21 +0000 (20:43 +0200)
src/wx/christie_certificate_panel.cc

index 15074cdb66fd6f1771207592baf10d5acbc54afd..2a42a178e77b652d65f95b968f164eafa58fe3f1 100644 (file)
@@ -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 ();
        }
 }