diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/content_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_panel.cc b/src/wx/content_panel.cc index 33308b112..0b2700d28 100644 --- a/src/wx/content_panel.cc +++ b/src/wx/content_panel.cc @@ -287,7 +287,7 @@ ContentPanel::add_folder_clicked () shared_ptr<DCPContent> content (new DCPContent (_film, path)); _film->examine_and_add_content (content); } catch (...) { - error_dialog (_panel, _("Could not find a DCP in that folder.")); + error_dialog (_panel, _("Could not find a DCP nor a set of images in that folder.")); } } else { |
