summaryrefslogtreecommitdiff
path: root/src/wx/christie_certificate_panel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/christie_certificate_panel.cc')
-rw-r--r--src/wx/christie_certificate_panel.cc2
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 ();
}
}