# HG changeset patch # User Chris Cannam # Date 1385543658 0 # Node ID 7e0d135e6758a92e0f3a7140c95f63783023fe18 # Parent 7707d9175d5586554f5e9bae0f04b6d208b84ca5 Wording updates, and QM logo diff -r 7707d9175d55 -r 7e0d135e6758 icons/qm-logo-larger.png Binary file icons/qm-logo-larger.png has changed diff -r 7707d9175d55 -r 7e0d135e6758 icons/qm-logo-smaller.png Binary file icons/qm-logo-smaller.png has changed diff -r 7707d9175d55 -r 7e0d135e6758 main/NetworkPermissionTester.cpp --- a/main/NetworkPermissionTester.cpp Tue Nov 26 14:34:55 2013 +0000 +++ b/main/NetworkPermissionTester.cpp Wed Nov 27 09:14:18 2013 +0000 @@ -51,19 +51,20 @@ label->setText (QCoreApplication::translate ("NetworkPermissionTester", - "

Welcome to Sonic Visualiser!

" - "

Sonic Visualiser is a program for viewing and exploring audio data for semantic music analysis and annotation.

" + "

Welcome to Sonic Visualiser!

" + "

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...

" + "


" + "

Before we go on...

" "

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.

")); + "

This is to:

" + "" + "

No personal information will be sent, no tracking is carried out, and all requests happen in the background without interrupting your work.

" + "

We recommend that you allow this, because it makes Sonic Visualiser more useful. But if you do not wish to do so, please un-check the box below.

")); layout->addWidget(label, 0, 0); - QCheckBox *cb = new QCheckBox(QCoreApplication::translate("NetworkPermissionTester", "Allow Sonic Visualiser to make these network requests")); + QCheckBox *cb = new QCheckBox(QCoreApplication::translate("NetworkPermissionTester", "Allow this")); cb->setChecked(true); layout->addWidget(cb, 1, 0); diff -r 7707d9175d55 -r 7e0d135e6758 sonic-visualiser.qrc --- a/sonic-visualiser.qrc Tue Nov 26 14:34:55 2013 +0000 +++ b/sonic-visualiser.qrc Wed Nov 27 09:14:18 2013 +0000 @@ -96,6 +96,8 @@ icons/sv-64x64.png icons/sv-128x128.png icons/sv-splash.png + icons/qm-logo-larger.png + icons/qm-logo-smaller.png samples/bass.wav samples/beep.wav samples/bounce.wav