Replace directory with folder in some messages.
authorCarl Hetherington <cth@carlh.net>
Tue, 27 Sep 2022 22:39:39 +0000 (00:39 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 27 Sep 2022 22:39:39 +0000 (00:39 +0200)
src/tools/dcpomatic_player.cc
src/wx/content_panel.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) {
index 7a0c2eefd5b830cf6da4382823ba7166d64ba465..83085db5aa57f05920ad1496aac7d75dab71e6f9 100644 (file)
@@ -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) {