Just call it the Combiner not the DCP Combiner.
authorCarl Hetherington <cth@carlh.net>
Tue, 28 Mar 2023 23:56:41 +0000 (01:56 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 28 Mar 2023 23:56:47 +0000 (01:56 +0200)
src/tools/dcpomatic_combiner.cc

index a4f80ac8e6cca7410669c0fc1fbfacf5e5de6127..c135184e6a7f04a5ce1eb94b45e1456cec0d3012 100644 (file)
@@ -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;
                }