diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-14 20:43:21 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-14 20:43:21 +0200 |
| commit | c736fc8881689e9d40564afb61be9238b0109894 (patch) | |
| tree | a83afa2caea1395cefb26aac53c115145e6a57be | |
| parent | 2c844e57ed5c54e65a2b4484f02907122a03361e (diff) | |
Typo fix.v2.15.72
| -rw-r--r-- | src/wx/christie_certificate_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 (); } } |
