diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-05 18:01:55 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-05 18:01:55 +0000 |
| commit | 8017061408abf957e2d6fdf07b022431aa79e47b (patch) | |
| tree | d23e55cddfcd7cece4fdcac6e1676f462fb4aebe /src/lib | |
| parent | 782fea3bd696910d410eb7207a97d9bc00246373 (diff) | |
Make KDM email translatable.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/config.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/config.cc b/src/lib/config.cc index 1c34619b4..454b03e3a 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -66,7 +66,7 @@ Config::Config () , _default_j2k_bandwidth (200000000) , _default_audio_delay (0) , _kdm_email ( - "Dear Projectionist\n\nPlease find attached KDMs for $CPL_NAME.\n\nThe KDMs are valid from $START_TIME until $END_TIME.\n\nBest regards,\nDCP-o-matic" + _("Dear Projectionist\n\nPlease find attached KDMs for $CPL_NAME.\n\nThe KDMs are valid from $START_TIME until $END_TIME.\n\nBest regards,\nDCP-o-matic") ) { _allowed_dcp_frame_rates.push_back (24); |
