diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-15 19:59:50 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-15 20:00:57 +0200 |
| commit | a196e3555bde9c3995a933d22ae0e2b67f702a2f (patch) | |
| tree | 1f33a9d8db260ade55158aeb6e7b86399f504a9b | |
| parent | eb01dcf0cb6072a3b5b5944b36f52b3d3d0309f1 (diff) | |
Make nag text a little bigger.
| -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 836051fe5..39c80330f 100644 --- a/src/lib/analytics.cc +++ b/src/lib/analytics.cc @@ -64,6 +64,7 @@ Analytics::successful_dcp_encode () String::compose (_( "<h2>You have made %1 DCPs with DCP-o-matic!</h2>" "<img width=\"20%%\" src=\"memory:me.jpg\" align=\"center\">" + "<font size=\"+1\">" "<p>Hello. I'm Carl and I'm the " "developer of DCP-o-matic. I work on it in my spare time (with the help " "of a fine volunteer team of testers and translators) and I release it " @@ -79,7 +80,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!"), _successful_dcp_encodes + "<p>Thank you!" + "</font>"), _successful_dcp_encodes ) ) ); |
