summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-10-18 21:43:03 +0200
committerCarl Hetherington <cth@carlh.net>2020-10-18 21:43:03 +0200
commit6307ce6e9c59aa971413160e88a0f3304879cb95 (patch)
tree429d54537b5fd645dbd8c282f46499a1a0a875cb
parentad31022bd9ecabd2c65ee2359f8d859d22fdf84e (diff)
macOS build fix.
-rw-r--r--src/tools/dcpomatic.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc
index f3daae30a..a56386359 100644
--- a/src/tools/dcpomatic.cc
+++ b/src/tools/dcpomatic.cc
@@ -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