From 72a003a75be25245dfd5a9db9283cc77e849de02 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 12 Jul 2015 23:38:49 +0100 Subject: Fix download button label. --- src/wx/screen_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wx/screen_dialog.cc b/src/wx/screen_dialog.cc index 8285ddb96..5f676bda7 100644 --- a/src/wx/screen_dialog.cc +++ b/src/wx/screen_dialog.cc @@ -44,7 +44,7 @@ ScreenDialog::ScreenDialog (wxWindow* parent, string title, string name, optiona add (_("Certificate"), true); wxBoxSizer* s = new wxBoxSizer (wxHORIZONTAL); _load_certificate = new wxButton (this, wxID_ANY, _("Load from file...")); - _download_certificate = new wxButton (this, wxID_ANY, _("Download")); + _download_certificate = new wxButton (this, wxID_ANY, _("Download...")); s->Add (_load_certificate, 1, wxEXPAND); s->Add (_download_certificate, 1, wxEXPAND); add (s); -- cgit v1.2.3