vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Thu Mar 24 
00:23:08 2011 +0200| [a99198e5db390e6c257bab33491c8493764186d7] | committer: 
Rémi Denis-Courmont

Qt4: ATSC and Clear QAM are not DVB types...

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

 modules/gui/qt4/components/open_panels.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/components/open_panels.cpp 
b/modules/gui/qt4/components/open_panels.cpp
index 5fc7ddd..ec723db 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -772,7 +772,7 @@ void CaptureOpenPanel::initialize()
     addModuleAndLayouts( BDA_DEVICE, bda, "DVB DirectShow", QGridLayout );
 
     /* bda Main */
-    QLabel *bdaTypeLabel = new QLabel( qtr( "DVB Type:" ) );
+    QLabel *bdaTypeLabel = new QLabel( qtr( "Delivery system:" ) );
 
     bdas = new QRadioButton( "DVB-S" );
     bdas->setChecked( true );
@@ -1009,7 +1009,7 @@ void CaptureOpenPanel::initialize()
 
     /* DVB Main */
     QLabel *dvbDeviceLabel = new QLabel( qtr( "Adapter card to tune" ) );
-    QLabel *dvbTypeLabel = new QLabel( qtr( "DVB Type:" ) );
+    QLabel *dvbTypeLabel = new QLabel( qtr( "Delivery system:" ) );
 
     dvbCard = new QSpinBox;
     dvbCard->setAlignment( Qt::AlignRight );

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to