summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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")));
}