# HG changeset patch # User Chris Cannam # Date 1385471673 0 # Node ID b4a7c98e4c83b2ab448f59b31f91ac494edbeeb6 # Parent 55efa5a18814988541f5e02e0be50010d2a1edcd Small relayout diff -r 55efa5a18814 -r b4a7c98e4c83 main/NetworkPermissionTester.cpp --- a/main/NetworkPermissionTester.cpp Tue Nov 26 13:10:28 2013 +0000 +++ b/main/NetworkPermissionTester.cpp Tue Nov 26 13:14:33 2013 +0000 @@ -48,7 +48,19 @@ QLabel *label = new QLabel; label->setWordWrap(true); - label->setText(QCoreApplication::translate("NetworkPermissionTester", "
Sonic Visualiser is a program for viewing and exploring audio data for semantic music analysis and annotation.
Developed in the Centre for Digital Music at Queen Mary, University of London, Sonic Visualiser is provided free as open source software under the GNU General Public License.
Before we start...
Sonic Visualiser needs to make occasional network requests to our servers.
This is in order to:
No personal or identifying information will be sent, and your use of the program will not be tracked.
We recommend that you allow this, but if you do not wish to do so, please un-check the box below.
")); + label->setText + (QCoreApplication::translate + ("NetworkPermissionTester", + "Sonic Visualiser is a program for viewing and exploring audio data for semantic music analysis and annotation.
" + "Developed in the Centre for Digital Music at Queen Mary, University of London, Sonic Visualiser is provided free as open source software under the GNU General Public License.
" + "Before we start...
" + "Sonic Visualiser needs to make occasional network requests to our servers.
" + "This is in order to:
" + "No personal or identifying information will be sent, and your use of the program will not be tracked.
" + "We recommend that you allow this, but if you do not wish to do so, please un-check the box below.