[vlc-commits] Qt: information is uncountable in this case

Edward Wang git at videolan.org
Sun Aug 18 21:38:48 CEST 2013


vlc | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Sat Aug 17 23:28:59 2013 -0400| [0117fb1dc8aea647c7d8d858cd5626caf18cb62d] | committer: Jean-Baptiste Kempf

Qt: information is uncountable in this case

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 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 448e5b9..71df066 100644
--- a/modules/gui/qt4/dialogs/firstrun.cpp
+++ b/modules/gui/qt4/dialogs/firstrun.cpp
@@ -95,7 +95,7 @@ void FirstRun::buildPrivDialog()
     gLayout->addWidget( options, 1, 0, 1, 3 );
     int line = 0;
 
-    checkbox = new QCheckBox( qtr( "Automatically retrieve media infos" ) );
+    checkbox = new QCheckBox( qtr( "Automatically retrieve media info" ) );
     checkbox->setChecked( true );
     optionsLayout->addWidget( checkbox, line++, 0 );
 



More information about the vlc-commits mailing list