Tweak message now that hints dialog is shown even when there are no hints.
authorCarl Hetherington <cth@carlh.net>
Wed, 8 Aug 2018 12:14:00 +0000 (13:14 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 8 Aug 2018 12:14:00 +0000 (13:14 +0100)
src/wx/hints_dialog.cc

index 1938e7cc4b0f45d55f842297c8ae5bfd7627d93d..2c02a4f72a12ff74478838839741a79da999014a 100644 (file)
@@ -61,7 +61,7 @@ HintsDialog::HintsDialog (wxWindow* parent, boost::weak_ptr<Film> film, bool ok)
        if (ok) {
                buttons->SetAffirmativeButton (new wxButton (this, wxID_OK));
        } else {
-               buttons->SetAffirmativeButton (new wxButton (this, wxID_OK, _("Make DCP anyway")));
+               buttons->SetAffirmativeButton (new wxButton (this, wxID_OK, _("Make DCP")));
                buttons->SetNegativeButton (new wxButton (this, wxID_CANCEL, _("Go back")));
        }