Replace directory with folder in some messages.
[dcpomatic.git] / src / tools / dcpomatic_player.cc
index 90c37d08c726feb29a502585e81a717f3b9a92db..7b512d1e31037a3ac5b99c4cf4f6f32bad2db198 100644 (file)
@@ -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) {