diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-29 11:14:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-29 11:14:49 +0100 |
| commit | 0b32d082ca67ae1d31c1196a194a09f314dd0986 (patch) | |
| tree | b8d41379d3ef3bb86ef44f2bcb52e93192c48e12 /src/lib | |
| parent | 7287abe9609c2648e37b965efb1e1fa2bb0ce17a (diff) | |
Use my @dcpomatic.com address for now rather than a non-existant mailing list.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/job.cc | 4 | ||||
| -rw-r--r-- | src/lib/po/es_ES.po | 4 | ||||
| -rw-r--r-- | src/lib/po/fr_FR.po | 4 | ||||
| -rw-r--r-- | src/lib/po/it_IT.po | 4 | ||||
| -rw-r--r-- | src/lib/po/sv_SE.po | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/job.cc b/src/lib/job.cc index 12dc88fbc..8924fa09c 100644 --- a/src/lib/job.cc +++ b/src/lib/job.cc @@ -106,7 +106,7 @@ Job::run_wrapper () set_state (FINISHED_ERROR); 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 (dcpomatic@carlh.net)") + _("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)") ); } catch (...) { @@ -115,7 +115,7 @@ Job::run_wrapper () set_state (FINISHED_ERROR); 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 (dcpomatic@carlh.net)") + _("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)") ); } diff --git a/src/lib/po/es_ES.po b/src/lib/po/es_ES.po index 9b1d86008..0e1776ac6 100644 --- a/src/lib/po/es_ES.po +++ b/src/lib/po/es_ES.po @@ -237,10 +237,10 @@ msgstr "" #: src/lib/job.cc:96 src/lib/job.cc:105 msgid "" "It is not known what caused this error. The best idea is to report the " -"problem to the DCP-o-matic mailing list (dcpomatic@carlh.net)" +"problem to the DCP-o-matic mailing list (carl@dcpomatic.com)" msgstr "" "Error desconocido. La mejor idea es informar del problema a la lista de " -"correo de DCP-o-matic (dcpomatic@carlh.net)" +"correo de DCP-o-matic (carl@dcpomatic.com)" #: src/lib/filter.cc:82 msgid "Kernel deinterlacer" diff --git a/src/lib/po/fr_FR.po b/src/lib/po/fr_FR.po index 3807b5346..d13472546 100644 --- a/src/lib/po/fr_FR.po +++ b/src/lib/po/fr_FR.po @@ -244,8 +244,8 @@ msgstr "Image : %1" #: src/lib/job.cc:96 #: src/lib/job.cc:105 -msgid "It is not known what caused this error. The best idea is to report the problem to the DCP-o-matic mailing list (dcpomatic@carlh.net)" -msgstr "Erreur indéterminée. Merci de rapporter le problème à la liste DCP-o-matic (dcpomatic@carlh.net)" +msgid "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)" +msgstr "Erreur indéterminée. Merci de rapporter le problème à la liste DCP-o-matic (carl@dcpomatic.com)" #: src/lib/filter.cc:82 msgid "Kernel deinterlacer" diff --git a/src/lib/po/it_IT.po b/src/lib/po/it_IT.po index 36cf3afb6..53a34e020 100644 --- a/src/lib/po/it_IT.po +++ b/src/lib/po/it_IT.po @@ -236,10 +236,10 @@ msgstr "" #: src/lib/job.cc:96 src/lib/job.cc:105 msgid "" "It is not known what caused this error. The best idea is to report the " -"problem to the DCP-o-matic mailing list (dcpomatic@carlh.net)" +"problem to the DCP-o-matic mailing list (carl@dcpomatic.com)" msgstr "" "Non sappiamo cosa ha causato questo errore. La cosa migliore è inviare un " -"report del problema alla mailing list di DCP-o-matic (dcpomatic@carlh.net)" +"report del problema alla mailing list di DCP-o-matic (carl@dcpomatic.com)" #: src/lib/filter.cc:82 msgid "Kernel deinterlacer" diff --git a/src/lib/po/sv_SE.po b/src/lib/po/sv_SE.po index f559350a1..13989e58e 100644 --- a/src/lib/po/sv_SE.po +++ b/src/lib/po/sv_SE.po @@ -236,10 +236,10 @@ msgstr "" #: src/lib/job.cc:96 src/lib/job.cc:105 msgid "" "It is not known what caused this error. The best idea is to report the " -"problem to the DCP-o-matic mailing list (dcpomatic@carlh.net)" +"problem to the DCP-o-matic mailing list (carl@dcpomatic.com)" msgstr "" "Det är inte känt vad som orsakade detta fel. Bästa sättet att rapportera " -"problemet är till DCP-o-matics mejl-lista (dcpomatic@carlh.net)" +"problemet är till DCP-o-matics mejl-lista (carl@dcpomatic.com)" #: src/lib/filter.cc:82 msgid "Kernel deinterlacer" |
