X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Ftools%2Fdcpomatic.cc;h=a563863590f30896c54756bc7884eeb12f3003b6;hp=f3daae30af73fec898b77a48d777255b2773ece0;hb=03640a32d84c7c9c443351a3531fe702bbfff012;hpb=9f240f0ca0e4050447705f8bd0c0e0ee0aad1960 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