X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fchristie_certificate_panel.cc;h=2a42a178e77b652d65f95b968f164eafa58fe3f1;hb=refs%2Ftags%2Fv2.15.72;hp=15074cdb66fd6f1771207592baf10d5acbc54afd;hpb=2c844e57ed5c54e65a2b4484f02907122a03361e;p=dcpomatic.git 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 (); } }