[vlc-devel] [PATCH] Qt: information is uncountable in this case
Edward Wang
edward.c.wang at compdigitec.com
Sun Aug 18 05:28:59 CEST 2013
---
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 );
--
1.8.4.rc2
More information about the vlc-devel
mailing list