From: Jean-Baptiste Kempf Date: Wed, 30 Jun 2010 22:29:50 +0000 (+0200) Subject: Fix english text X-Git-Tag: 1.2.0-pre1~6002 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=20a67d037f191d01053af4753fe855beb4829141;p=vlc Fix english text --- diff --git a/modules/gui/qt4/dialogs/firstrun.cpp b/modules/gui/qt4/dialogs/firstrun.cpp index eba06fe508..52b4fefce9 100644 --- a/modules/gui/qt4/dialogs/firstrun.cpp +++ b/modules/gui/qt4/dialogs/firstrun.cpp @@ -72,7 +72,7 @@ void FirstRun::buildPrivDialog() "

VideoLAN prefers when applications request authorization " "before accessing Internet.

\n" "

VLC media player can get information from the Internet " - "in order to get media informations or to check for available updates.

\n" + "in order to get medias information or to check for available updates.

\n" "

VLC media player doesn't send or collect any " "information, even anonymously, about your usage.

\n" ) ); text->setWordWrap( true );