Commit 69d75edd authored by Edward Wang's avatar Edward Wang Committed by Jean-Baptiste Kempf

Qt: grammar fixes

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 976eec1c
...@@ -69,16 +69,16 @@ void FirstRun::buildPrivDialog() ...@@ -69,16 +69,16 @@ void FirstRun::buildPrivDialog()
QGroupBox *blabla = new QGroupBox( qtr( "Privacy and Network Access Policy" ) ); QGroupBox *blabla = new QGroupBox( qtr( "Privacy and Network Access Policy" ) );
QGridLayout *blablaLayout = new QGridLayout( blabla ); QGridLayout *blablaLayout = new QGridLayout( blabla );
QLabel *text = new QLabel( qtr( QLabel *text = new QLabel( qtr(
"<p>In order to protect your privacy, the <i>VLC media player</i> " "<p>In order to protect your privacy, <i>VLC media player</i> "
"does <b>not</b> collect personal data or transmit them, " "does <b>not</b> collect personal data or transmit them, "
"not even in anonymized form, to anyone." "not even in anonymized form, to anyone."
"</p>\n" "</p>\n"
"<p>Nevertheless, <i>VLC</i> is able to automatically retrieve " "<p>Nevertheless, <i>VLC</i> is able to automatically retrieve "
"information about the media in your playlist from third party " "information about the media in your playlist from third party "
"Internet-based services. That includes covert arts, track names, " "Internet-based services. This includes cover art, track names, "
"authoring and other meta-data." "artist names and other meta-data."
"</p>\n" "</p>\n"
"That may entail identifying some of your media files to third party " "Consequently, this may entail identifying some of your media files to third party "
"entities. Therefore the <i>VLC</i> developers require your express " "entities. Therefore the <i>VLC</i> developers require your express "
"consent for the media player to access the Internet automatically." "consent for the media player to access the Internet automatically."
"</p>\n" "</p>\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment