diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-03-29 01:56:41 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-03-29 01:56:47 +0200 |
| commit | 3b352d6c49e433f82212e7d3f7ae8ccdc28566dd (patch) | |
| tree | af2fb1c3d18733a8342fcb46c4cd03f4d6395bcd | |
| parent | c36609cf83b825110e9b5472ba8b8ada4b10c1cd (diff) | |
Just call it the Combiner not the DCP Combiner.
| -rw-r--r-- | src/tools/dcpomatic_combiner.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/dcpomatic_combiner.cc b/src/tools/dcpomatic_combiner.cc index a4f80ac8e..c135184e6 100644 --- a/src/tools/dcpomatic_combiner.cc +++ b/src/tools/dcpomatic_combiner.cc @@ -253,7 +253,7 @@ public: */ Config::drop (); - _frame = new DOMFrame (_("DCP-o-matic DCP Combiner")); + _frame = new DOMFrame(_("DCP-o-matic Combiner")); SetTopWindow (_frame); _frame->Show (); @@ -263,7 +263,7 @@ public: } catch (exception& e) { - error_dialog (nullptr, wxString::Format ("DCP-o-matic DCP Combiner could not start."), std_to_wx(e.what())); + error_dialog(nullptr, wxString::Format("DCP-o-matic Combiner could not start."), std_to_wx(e.what())); return false; } |
