[vlc-commits] Qt: fix mismatched <p> tag

Pierre Ynard git at videolan.org
Wed Sep 11 21:59:04 CEST 2013


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Wed Sep 11 21:58:37 2013 +0200| [c03472dddf6122be32568fe70e9f7b03a8176218] | committer: Pierre Ynard

Qt: fix mismatched <p> tag

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c03472dddf6122be32568fe70e9f7b03a8176218
---

 modules/gui/qt4/dialogs/firstrun.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt4/dialogs/firstrun.cpp b/modules/gui/qt4/dialogs/firstrun.cpp
index 71df066..d440710 100644
--- a/modules/gui/qt4/dialogs/firstrun.cpp
+++ b/modules/gui/qt4/dialogs/firstrun.cpp
@@ -78,7 +78,7 @@ void FirstRun::buildPrivDialog()
         "Internet-based services. This includes cover art, track names, "
         "artist names and other meta-data."
         "</p>\n"
-        "Consequently, this may entail identifying some of your media files to third party "
+        "<p>Consequently, this may entail identifying some of your media files to third party "
         "entities. Therefore the <i>VLC</i> developers require your express "
         "consent for the media player to access the Internet automatically."
         "</p>\n"



More information about the vlc-commits mailing list