summaryrefslogtreecommitdiff
path: root/src/wx/content_panel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/content_panel.cc')
-rw-r--r--src/wx/content_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_panel.cc b/src/wx/content_panel.cc
index 7a0c2eefd..83085db5a 100644
--- a/src/wx/content_panel.cc
+++ b/src/wx/content_panel.cc
@@ -532,7 +532,7 @@ ContentPanel::add_dcp_clicked ()
_parent,
_(
"This looks like a DCP-o-matic project folder, which cannot be added to a different project. "
- "Choose the DCP directory inside the DCP-o-matic project folder if that's what you want to import."
+ "Choose the DCP folder inside the DCP-o-matic project folder if that's what you want to import."
)
);
} catch (exception& e) {