diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-06 13:29:00 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-06 13:29:00 +0000 |
| commit | ae9b0b509787d244366eb8f69bdf9d563b6c6bb6 (patch) | |
| tree | 571878e1daeafb0a5583e3d13cb6109e987623d1 /src/lib/config.cc | |
| parent | d7b23d44dec9d6357619e8e009e564e475215470 (diff) | |
| parent | 3a51cc23de37ff0821009af780ef56e0e28394f7 (diff) | |
Merge master.
Diffstat (limited to 'src/lib/config.cc')
| -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); |
