diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-06 00:01:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-06 00:01:32 +0000 |
| commit | bb911c462ab6e04d399bfc68c2d331b0d4e9ef97 (patch) | |
| tree | 50ba1824e809c367e8c9da4074c8bf7755c06f06 /src/tools | |
| parent | d759f6003067e8376899b50e5692b2bbb4e870cc (diff) | |
| parent | a60428e8a618c648fccab0d9c115f1d2a3dea2d2 (diff) | |
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
Diffstat (limited to 'src/tools')
| -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; } |
