Make nag text a little bigger.
authorCarl Hetherington <cth@carlh.net>
Mon, 15 Jul 2024 17:59:50 +0000 (19:59 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 15 Jul 2024 18:00:57 +0000 (20:00 +0200)
src/lib/analytics.cc

index 836051fe59616756482acf6003ba4539226e90a9..39c80330f5fbc402b45e3a7e2406983be52e4728 100644 (file)
@@ -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
                                        )
                                )
                        );