[vlc-commits] commit: Fix english text (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Thu Jul 1 00:32:09 CEST 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jul  1 00:29:50 2010 +0200| [20a67d037f191d01053af4753fe855beb4829141] | committer: Jean-Baptiste Kempf 

Fix english text

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

 modules/gui/qt4/dialogs/firstrun.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/dialogs/firstrun.cpp b/modules/gui/qt4/dialogs/firstrun.cpp
index eba06fe..52b4fef 100644
--- a/modules/gui/qt4/dialogs/firstrun.cpp
+++ b/modules/gui/qt4/dialogs/firstrun.cpp
@@ -72,7 +72,7 @@ void FirstRun::buildPrivDialog()
         "<p><i>VideoLAN</i> prefers when applications request authorization "
         "before accessing Internet.</p>\n"
         "<p><b>VLC media player</b> can get information from the Internet "
-        "in order to get <b>media informations</b> or to check for available <b>updates</b>.</p>\n"
+        "in order to get <b>medias information</b> or to check for available <b>updates</b>.</p>\n"
         "<p><i>VLC media player</i> <b>doesn't</b> send or collect any "
         "information, even anonymously, about your usage.</p>\n" ) );
     text->setWordWrap( true );



More information about the vlc-commits mailing list