Don't say 'certificate downloaded' if it failed during the read part.
[dcpomatic.git] / src / wx / christie_certificate_panel.cc
index 7db3fef2500303e226d1202e44cc30ad7f340369..0795b09e9855c89300516f62fb29cf0713565477 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 downloaded"));
+               _dialog->message()->SetLabel (_("Certificate dowloaded"));
                _dialog->setup_sensitivity ();
        }
 }