From: Carl Hetherington Date: Tue, 27 Sep 2022 22:39:39 +0000 (+0200) Subject: Replace directory with folder in some messages. X-Git-Tag: v2.17.0~13 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=1cd2c956234dac14c0cd22883bf0575b3c7faf8f Replace directory with folder in some messages. --- 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) { 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) {