summaryrefslogtreecommitdiff
path: root/src/lib/job.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-04-27 23:41:26 +0100
committerCarl Hetherington <cth@carlh.net>2014-04-27 23:41:26 +0100
commit7f2e74604a51b984e4c8cbb5d5f4bb642677ec00 (patch)
treebe2da9736a298d9367c8c8f1aa231c43251ccaab /src/lib/job.cc
parent243dff6782db2783648c9efc0e6cd17b1c6cdaae (diff)
parentab43240870523c96c68493d107b8bc8c5294629b (diff)
Merge master.
Diffstat (limited to 'src/lib/job.cc')
-rw-r--r--src/lib/job.cc4
1 files changed, 2 insertions, 2 deletions
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);