From a196e3555bde9c3995a933d22ae0e2b67f702a2f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 15 Jul 2024 19:59:50 +0200 Subject: Make nag text a little bigger. --- src/lib/analytics.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/analytics.cc') 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 (_( "

You have made %1 DCPs with DCP-o-matic!

" "" + "" "

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 () "

  • Go to Paypal to donate €10" "" - "

    Thank you!"), _successful_dcp_encodes + "

    Thank you!" + ""), _successful_dcp_encodes ) ) ); -- cgit v1.2.3