diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-10-31 19:59:01 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-10-31 19:59:01 +0000 |
| commit | e477bee9f3548641f78395cb4b2751751b14c085 (patch) | |
| tree | 27a87070297aafb9740d6bcb00bc5716bb80d07c | |
| parent | 0b3264bb9a4be0870c1f1491b54c2e0931a8f7af (diff) | |
Tweak message.
| -rw-r--r-- | src/tools/dcpomatic_player.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/dcpomatic_player.cc b/src/tools/dcpomatic_player.cc index 844d92bc8..4f8dc35e9 100644 --- a/src/tools/dcpomatic_player.cc +++ b/src/tools/dcpomatic_player.cc @@ -368,7 +368,7 @@ public: try { shared_ptr<DCPContent> dcp (new DCPContent(_film, dir)); _film->examine_and_add_content (dcp); - bool const ok = display_progress (_("DCP-o-matic Player"), _("Loading DCP")); + bool const ok = display_progress (_("DCP-o-matic Player"), _("Loading content")); if (!ok || !report_errors_from_last_job(this)) { return; } @@ -630,7 +630,7 @@ private: DCPOMATIC_ASSERT (dcp); dcp->add_ov (wx_to_std(c->GetPath())); JobManager::instance()->add(shared_ptr<Job>(new ExamineContentJob (_film, dcp))); - bool const ok = display_progress (_("DCP-o-matic Player"), _("Loading DCP")); + bool const ok = display_progress (_("DCP-o-matic Player"), _("Loading content")); if (!ok || !report_errors_from_last_job(this)) { return; } |
