diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-11-24 09:27:13 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-11-24 09:27:13 +0000 |
| commit | b085b085cb5d99e3c1ff15fbef3c1fcaf536b6cc (patch) | |
| tree | b82eb1767441c5a46f928c65fa79e993edca7203 /src | |
| parent | 80fafad9c11e0cd8cf9d6ce17deb83be6f680f2d (diff) | |
Rename add image sequence button back to add folder; it is used to import DCPs as well as image sequences.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/content_panel.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/content_panel.cc b/src/wx/content_panel.cc index 53ed98799..9a40a5074 100644 --- a/src/wx/content_panel.cc +++ b/src/wx/content_panel.cc @@ -69,8 +69,8 @@ ContentPanel::ContentPanel (wxNotebook* n, boost::shared_ptr<Film> f) _add_file->SetToolTip (_("Add video, image or sound files to the film.")); b->Add (_add_file, 0, wxEXPAND | wxALL, DCPOMATIC_BUTTON_STACK_GAP); - _add_folder = new wxButton (_panel, wxID_ANY, _("Add image\nsequence...")); - _add_folder->SetToolTip (_("Add a directory of image files which will be used as a moving image sequence.")); + _add_folder = new wxButton (_panel, wxID_ANY, _("Add folder...")); + _add_folder->SetToolTip (_("Add a folder of image files (which will be used as a moving image sequence) or a DCP.")); b->Add (_add_folder, 1, wxEXPAND | wxALL, DCPOMATIC_BUTTON_STACK_GAP); _remove = new wxButton (_panel, wxID_ANY, _("Remove")); |
