summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-08 13:14:00 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-08 13:14:00 +0100
commit5c84260aa3867f814081369b77ef89f6edaa3e16 (patch)
tree0529c267c8103bbb75d93e9de6a242868eca6c3c /src
parente540d51499b1cd1bad1c906467e2d1f38b106e02 (diff)
Tweak message now that hints dialog is shown even when there are no hints.
Diffstat (limited to 'src')
-rw-r--r--src/wx/hints_dialog.cc2
1 files changed, 1 insertions, 1 deletions
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> 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")));
}