Fix download button label.
authorCarl Hetherington <cth@carlh.net>
Sun, 12 Jul 2015 22:38:49 +0000 (23:38 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 12 Jul 2015 22:38:49 +0000 (23:38 +0100)
src/wx/screen_dialog.cc

index 8285ddb9625bc35861858da8932e0837bbd504fa..5f676bda7a3c5ddf2025870c2ac3c8b6ccbf2201 100644 (file)
@@ -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);