diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/film_editor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |
