From 148cc238cfba25ebfab198d7ba3134fc2ea37647 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 10 Jun 2015 16:31:48 +0100 Subject: [PATCH] Tweak error message. --- src/wx/content_panel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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 { -- 2.30.2