summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-16 13:18:24 +0100
committerCarl Hetherington <cth@carlh.net>2012-10-16 13:18:24 +0100
commit24195ec288ffa4a2c7415b976453b796e6a39f2a (patch)
tree12e8c65f7468dcba29be0fd37f06d2370825be80 /src
parent7616de0d853193d654b4a0d2781a36d6fe043953 (diff)
Rename DCI edit button.
Diffstat (limited to 'src')
-rw-r--r--src/wx/film_editor.cc2
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");