Rename DCI edit button.
authorCarl Hetherington <cth@carlh.net>
Tue, 16 Oct 2012 12:18:24 +0000 (13:18 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 16 Oct 2012 12:18:24 +0000 (13:18 +0100)
src/wx/film_editor.cc

index 22063256fd521aa3b5c7f2bac760234fa2b8b290..471ca215f2fd377f030c88ea892c5f973caca59b 100644 (file)
@@ -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");