X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fjob.cc;h=c6a6b90a808fcdd234c053ce1c21a31d3128d3eb;hp=3639e52830ed9fa585f62cbd9a66df8f80891cee;hb=7f2e74604a51b984e4c8cbb5d5f4bb642677ec00;hpb=243dff6782db2783648c9efc0e6cd17b1c6cdaae diff --git a/src/lib/job.cc b/src/lib/job.cc index 3639e5283..c6a6b90a8 100644 --- a/src/lib/job.cc +++ b/src/lib/job.cc @@ -110,7 +110,7 @@ Job::run_wrapper () set_error ( e.what (), - _("It is not known what caused this error. The best idea is to report the problem to the DCP-o-matic mailing list (carl@dcpomatic.com)") + _("It is not known what caused this error. Please report the problem to the DCP-o-matic author (carl@dcpomatic.com).") ); set_progress (1); @@ -120,7 +120,7 @@ Job::run_wrapper () set_error ( _("Unknown error"), - _("It is not known what caused this error. The best idea is to report the problem to the DCP-o-matic mailing list (carl@dcpomatic.com)") + _("It is not known what caused this error. Please report the problem to the DCP-o-matic author (carl@dcpomatic.com).") ); set_progress (1);