diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-03-29 01:54:49 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-03-29 01:55:10 +0200 |
| commit | c36609cf83b825110e9b5472ba8b8ada4b10c1cd (patch) | |
| tree | 4a98c013ebe3db47bb28fac50f33b796993383d5 | |
| parent | 2ac2c0999459be9f4685c6202339a7116970b784 (diff) | |
String fix.
| -rw-r--r-- | src/tools/dcpomatic_combiner.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_combiner.cc b/src/tools/dcpomatic_combiner.cc index 8e7337f65..a4f80ac8e 100644 --- a/src/tools/dcpomatic_combiner.cc +++ b/src/tools/dcpomatic_combiner.cc @@ -175,7 +175,7 @@ private: auto jm = JobManager::instance (); jm->add (make_shared<CombineDCPJob>(_inputs, output, wx_to_std(_annotation_text->GetValue()))); - bool const ok = display_progress (_("DCP-o-matic Combine"), _("Combining DCPs")); + bool const ok = display_progress(_("DCP-o-matic Combiner"), _("Combining DCPs")); if (!ok) { return; } |
