diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-10 16:31:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-10 16:31:48 +0100 |
| commit | 148cc238cfba25ebfab198d7ba3134fc2ea37647 (patch) | |
| tree | 5e274599ef2cfb73336499a0ea01cbbcc8922d49 | |
| parent | 7cd7b360169493d864206e2cdfb4f688cf5a12cf (diff) | |
Tweak error message.
| -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 { |
