String fix.
authorCarl Hetherington <cth@carlh.net>
Tue, 28 Mar 2023 23:54:49 +0000 (01:54 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 28 Mar 2023 23:55:10 +0000 (01:55 +0200)
src/tools/dcpomatic_combiner.cc

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