Tweak error message.
authorCarl Hetherington <cth@carlh.net>
Wed, 10 Jun 2015 15:31:48 +0000 (16:31 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 10 Jun 2015 15:31:48 +0000 (16:31 +0100)
src/wx/content_panel.cc

index 33308b1126dc70f6ce698d3ab0a15d07c96c02e0..0b2700d283376721dffa22b213fc1651658db0ff 100644 (file)
@@ -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 {