diff main/NetworkPermissionTester.cpp @ 2594:2de306979a2a sv_v4.2

Minor updates to debug and other wording for 4.2; fix failure to show plugin population warning dialog
author Chris Cannam
date Fri, 14 Aug 2020 10:48:29 +0100
parents 893f556cd5c9
children
line wrap: on
line diff
--- a/main/NetworkPermissionTester.cpp	Fri Aug 14 10:39:02 2020 +0100
+++ b/main/NetworkPermissionTester.cpp	Fri Aug 14 10:48:29 2020 +0100
@@ -81,8 +81,8 @@
         QString postamble;
         postamble = QCoreApplication::translate
             ("NetworkPermissionTester",
-             "<p><b>No personal information will be sent, no tracking is carried out, and no individual information will be shared with anyone else.</b> We will however make aggregate counts of distinct requests for usage reporting.</p>"
-             "<p>We recommend that you allow this, because it makes Sonic Visualiser more useful to you and supports the public funding of this work. But if you do not wish to allow it, please un-check the box below.<br></p>");
+             "<p><b>No personal information will be sent, no tracking is carried out, and no information will be shared with anyone else.</b></p>"
+             "<p>We recommend that you allow this, because it makes Sonic Visualiser more useful to you. But if you do not wish to allow it, please un-check the box below.<br></p>");
         
         QLabel *label = new QLabel;
         label->setWordWrap(true);