summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/dcpomatic_player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_player.cc b/src/tools/dcpomatic_player.cc
index 90c37d08c..7b512d1e3 100644
--- a/src/tools/dcpomatic_player.cc
+++ b/src/tools/dcpomatic_player.cc
@@ -354,7 +354,7 @@ public:
wxString::Format(_("Could not load a DCP from %s"), std_to_wx(dir.string())),
_(
"This looks like a DCP-o-matic project folder, which cannot be loaded into the player. "
- "Choose the DCP directory inside the DCP-o-matic project folder if that's what you want to play."
+ "Choose the DCP folder inside the DCP-o-matic project folder if that's what you want to play."
)
);
} catch (dcp::ReadError& e) {