From: Carl Hetherington Date: Wed, 8 Aug 2018 12:14:00 +0000 (+0100) Subject: Tweak message now that hints dialog is shown even when there are no hints. X-Git-Tag: v2.13.43~48 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=5c84260aa3867f814081369b77ef89f6edaa3e16;p=dcpomatic.git Tweak message now that hints dialog is shown even when there are no hints. --- diff --git a/src/wx/hints_dialog.cc b/src/wx/hints_dialog.cc index 1938e7cc4..2c02a4f72 100644 --- a/src/wx/hints_dialog.cc +++ b/src/wx/hints_dialog.cc @@ -61,7 +61,7 @@ HintsDialog::HintsDialog (wxWindow* parent, boost::weak_ptr 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"))); }