Activity log for bug #1109026

Date Who What changed Old value New value Message
2013-01-29 16:14:36 Matthew Paul Thomas bug added bug
2013-01-29 16:14:36 Matthew Paul Thomas attachment added screenshot https://bugs.launchpad.net/bugs/1109026/+attachment/3506011/+files/vlc-intro.png
2013-01-29 16:16:05 Matthew Paul Thomas description vlc 2.0.5-1, Ubuntu Ringtail 1. Launch VLC for the first time (for example, in a guest session). What happens: A "Privacy and Network Access Policy" window appears, containing this text from <http://www.videolan.org/developers/vlc/modules/gui/qt4/dialogs/firstrun.cpp>: ----------- VLC media player does *not* send or collect any information, even anonymously, about your usage. However, it can connect to the Internet in order to display *medias information* . VideoLAN (the authors) requires you to express your consent before allowing this software to access the Internet. According to your choices, please check or uncheck the following options: Network Access Policy [/] Allow downloading media information ( Save and Continue ) ----------- What's wrong here: a. "VLC media player does not" is either incorrect grammar ("The VLC media player does not") or, more likely, incorrect capitalization ("VLC Media Player does not"). b. Most of the window is in English, but "medias" is not, and "media" is used instead in the checkbox. c. There's no explanation of what either "medias information" *or* "media information" is. This mystery prompted a posting on the VideoLAN forums, which explains that it's cover art and track lists. <http://forum.videolan.org/viewtopic.php?f=2&t=107095> d. There's a stray space between "medias information" and the following period. This is because the text "or to check for available updates" is inserted into the sentence using an #ifdef UPDATE_CHECK with spaces misallocated between the strings. And using an #ifdef also makes the sentence difficult to translate. e. "It isn't clear whether "(the authors)" refers to the authors of VLC, the authors of the media, or the authors of the media information. f. "requires you express your consent" is the dialog talking about what the dialog is asking instead of just asking it. g. "According to your choices, please check or uncheck the following options" is filler text. h. Even if it wasn't filler text, it refers to "options" when there is only one option, because the second is hidden by another #ifdef. i. "Save" is needlesly technical here. I suggest replacing all this text with: ------------ Welcome. How should VLC access the Internet when you're using it? (*) Check for cover art, track lists, and software updates ( ) Check for cover art and track lists ( ) Check for software updates ( ) Don't access the Internet at all, thanks ( Exit ) ( Continue ) ------------ The first and third radio buttons can be omitted when UPDATE_CHECK is false. vlc 2.0.5-1, Ubuntu Ringtail 1. Launch VLC for the first time (for example, in a guest session). What happens: A "Privacy and Network Access Policy" window appears, containing this text from <http://www.videolan.org/developers/vlc/modules/gui/qt4/dialogs/firstrun.cpp>: ----------- VLC media player does *not* send or collect any information, even anonymously, about your usage. However, it can connect to the Internet in order to display *medias information* . VideoLAN (the authors) requires you to express your consent before allowing this software to access the Internet. According to your choices, please check or uncheck the following options: Network Access Policy [/] Allow downloading media information                                           ( Save and Continue ) ----------- What's wrong here: a. "VLC media player does not" is either incorrect grammar ("The VLC media player does not") or, more likely, incorrect capitalization ("VLC Media Player does not"). b. Most of the window is in English, but "medias" is not, and "media" is used instead in the checkbox. c. There's no explanation of what either "medias information" *or* "media information" is. This mystery prompted a posting on the VideoLAN forums, which explains that it's cover art and track lists. <http://forum.videolan.org/viewtopic.php?f=2&t=107095> d. There's a stray space between "medias information" and the following period. This is because the text "or to check for available updates" is inserted into the sentence using an #ifdef UPDATE_CHECK with spaces misallocated between the strings. And using an #ifdef also makes the sentence difficult to translate. e. "It isn't clear whether "(the authors)" refers to the authors of VLC, the authors of the media, or the authors of the media information. f. "requires you express your consent" is the dialog talking about what the dialog is asking instead of just asking it. g. "According to your choices, please check or uncheck the following options" is filler text. h. Even if it wasn't filler text, it refers to "options" when there is only one option, because the second is hidden by another #ifdef. i. The dialog contains two unnecessary group boxes, with the result that the string "Network Access Policy" appears *three* times in the window. j. "Save" is needlesly technical here. I suggest replacing all this text with: ------------ Welcome. How should VLC access the Internet when you're using it? (*) Check for cover art, track lists, and software updates ( ) Check for cover art and track lists ( ) Check for software updates ( ) Don't access the Internet at all, thanks                                           ( Exit ) ( Continue ) ------------ The first and third radio buttons can be omitted when UPDATE_CHECK is false.
2013-01-29 16:53:24 Matthew Paul Thomas bug watch added http://trac.videolan.org/vlc/ticket/8100
2013-01-29 16:53:24 Matthew Paul Thomas bug task added vlc
2013-01-29 23:48:01 Launchpad Janitor vlc (Ubuntu): status New Confirmed
2013-01-30 14:20:54 Bug Watch Updater vlc: status Unknown New
2013-02-02 22:41:26 Adolfo Jayme Barrientos bug added subscriber Adolfo Jayme Barrientos
2013-02-02 22:41:42 Adolfo Jayme Barrientos vlc (Ubuntu): status Confirmed Triaged
2013-02-02 22:41:47 Adolfo Jayme Barrientos vlc (Ubuntu): importance Undecided Low
2013-03-25 12:11:17 Bug Watch Updater vlc: status New Fix Released
2013-07-28 16:53:52 Rémi Denis-Courmont vlc: milestone 2.1.0
2013-07-28 16:53:57 Rémi Denis-Courmont vlc (Ubuntu): status Triaged Fix Committed
2013-11-27 23:21:58 Launchpad Janitor vlc (Ubuntu): status Fix Committed Fix Released