diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-21 23:07:03 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-21 23:07:03 +0000 |
| commit | da9fd55339dab2605d14579a0f79588db27c232a (patch) | |
| tree | d1f8b747db0f287131e941846c4639573f28efb8 /src | |
| parent | 3aaa094ae777f5c27c863172018ed8d448644834 (diff) | |
Tidy up translation emails slightly.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 854c1a3f3..dcf6d7f49 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -1022,9 +1022,11 @@ private: string body; body += d->name() + "\n"; body += d->language() + "\n"; + body += string(dcpomatic_version) + " " + string(dcpomatic_git_commit) + "\n"; + body += "--\n"; map<string, string> translations = I18NHook::translations (); for (map<string, string>::const_iterator i = translations.begin(); i != translations.end(); ++i) { - body += i->first + "\n" + i->second + "\n"; + body += i->first + "\n" + i->second + "\n\n"; } list<string> to; to.push_back ("carl@dcpomatic.com"); |
