Tidy up translation emails slightly.
authorCarl Hetherington <cth@carlh.net>
Thu, 21 Mar 2019 23:07:03 +0000 (23:07 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 21 Mar 2019 23:07:03 +0000 (23:07 +0000)
src/tools/dcpomatic.cc

index 854c1a3f37cdc60d732fe06f4ae2c6d413ab262b..dcf6d7f4909d0f826b369654935197e5170c4f88 100644 (file)
@@ -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");