diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-26 11:47:24 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-26 11:47:24 +0200 |
| commit | 95abcc7d18997c1391423d15506bf03ab20997e6 (patch) | |
| tree | 64fc82bdb7b45275436e1216d81847087ffb1788 /src/lib/analytics.cc | |
| parent | 4d721e683b584fe48e7905e44ab3da23afe76145 (diff) | |
| parent | 98b7a493933a5a47c6e1abb21ef2710ad2730a0e (diff) | |
Merge branch 'main' into v2.17.x
Diffstat (limited to 'src/lib/analytics.cc')
| -rw-r--r-- | src/lib/analytics.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/analytics.cc b/src/lib/analytics.cc index 638f59f71..9dcfdcd31 100644 --- a/src/lib/analytics.cc +++ b/src/lib/analytics.cc @@ -65,6 +65,7 @@ Analytics::successful_dcp_encode () String::compose(_( "<h2>You have made %1 DCPs with %2!</h2>" "<img width=\"20%%\" src=\"memory:me.jpg\" align=\"center\">" + "<font size=\"+1\">" "<p>Hello. I'm Carl and I'm the " "developer of %3. I work on it in my spare time (with the help " "of a fine volunteer team of testers and translators) and I release it " @@ -80,7 +81,8 @@ Analytics::successful_dcp_encode () "<li><a href=\"https://dcpomatic.com/donate_amount?amount=10\">Go to Paypal to donate €10</a>" "</ul>" - "<p>Thank you!"), + "<p>Thank you!" + "</font>"), _successful_dcp_encodes, variant::dcpomatic(), variant::dcpomatic(), |
