From: Carl Hetherington Date: Tue, 16 Oct 2012 12:18:24 +0000 (+0100) Subject: Rename DCI edit button. X-Git-Tag: v2.0.48~1713^2~4 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=24195ec288ffa4a2c7415b976453b796e6a39f2a;p=dcpomatic.git Rename DCI edit button. --- diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index 22063256f..471ca215f 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -67,7 +67,7 @@ FilmEditor::FilmEditor (Film* f, wxWindow* parent) _use_dci_name = new wxCheckBox (this, wxID_ANY, wxT ("Use DCI name")); _sizer->Add (_use_dci_name, 1, wxEXPAND); - _edit_dci_button = new wxButton (this, wxID_ANY, wxT ("Edit...")); + _edit_dci_button = new wxButton (this, wxID_ANY, wxT ("Details...")); _sizer->Add (_edit_dci_button, 0); add_label_to_sizer (_sizer, this, "Content");