From b085b085cb5d99e3c1ff15fbef3c1fcaf536b6cc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 24 Nov 2014 09:27:13 +0000 Subject: Rename add image sequence button back to add folder; it is used to import DCPs as well as image sequences. --- src/wx/content_panel.cc | 4 ++-- 1 file 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 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")); -- cgit v1.2.3