Commit 0117fb1d authored by Edward Wang's avatar Edward Wang Committed by Jean-Baptiste Kempf

Qt: information is uncountable in this case

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 03c81395
......@@ -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 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment