macOS build fix.
authorCarl Hetherington <cth@carlh.net>
Sun, 18 Oct 2020 19:43:03 +0000 (21:43 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 18 Oct 2020 22:43:11 +0000 (00:43 +0200)
src/tools/dcpomatic.cc

index f3daae30af73fec898b77a48d777255b2773ece0..a563863590f30896c54756bc7884eeb12f3003b6 100644 (file)
@@ -882,7 +882,7 @@ private:
 
                if (send_to_other_tool (BATCH_JOB_PORT, &start_batch_converter, _film->directory()->string())) {
 #ifdef DCPOMATIC_OSX
-                       error_dialog (this, _("Could not start the batch converter.  You may need to download it from dcpomatic.com.");
+                       error_dialog (this, _("Could not start the batch converter.  You may need to download it from dcpomatic.com."));
 #else
                        error_dialog (this, _("Could not find batch converter."));
 #endif
@@ -897,7 +897,7 @@ private:
 
                if (send_to_other_tool (PLAYER_PLAY_PORT, &start_player, _film->dir(_film->dcp_name(false)).string())) {
 #ifdef DCPOMATIC_OSX
-                       error_dialog (this, _("Could not start the player.  You may need to download it from dcpomatic.com.");
+                       error_dialog (this, _("Could not start the player.  You may need to download it from dcpomatic.com."));
 #else
                        error_dialog (this, _("Could not find player."));
 #endif