[vlc-commits] Qt: fix engrish
Jean-Baptiste Kempf
git at videolan.org
Wed Sep 11 16:30:02 CEST 2013
vlc/vlc-2.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Sep 11 16:28:03 2013 +0200| [2378a3ceb922d141585b9e679680e69953c07496] | committer: Jean-Baptiste Kempf
Qt: fix engrish
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=2378a3ceb922d141585b9e679680e69953c07496
---
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 e66ee7e..6474d21 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