summaryrefslogtreecommitdiff
path: root/src/lib/analytics.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-07-15 19:59:50 +0200
committerCarl Hetherington <cth@carlh.net>2024-07-15 20:00:57 +0200
commita196e3555bde9c3995a933d22ae0e2b67f702a2f (patch)
tree1f33a9d8db260ade55158aeb6e7b86399f504a9b /src/lib/analytics.cc
parenteb01dcf0cb6072a3b5b5944b36f52b3d3d0309f1 (diff)
Make nag text a little bigger.
Diffstat (limited to 'src/lib/analytics.cc')
-rw-r--r--src/lib/analytics.cc4
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
)
)
);