Rename add image sequence button back to add folder; it is used to import DCPs as...
authorCarl Hetherington <cth@carlh.net>
Mon, 24 Nov 2014 09:27:13 +0000 (09:27 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 24 Nov 2014 09:27:13 +0000 (09:27 +0000)
src/wx/content_panel.cc

index 53ed9879977d5e11fab362a7cb94b9b88fe8d7a6..9a40a50749c80b9b96459d1737269a9d912db3e7 100644 (file)
@@ -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"));