X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fqt4%2Fdialogs%2Fextended.cpp;h=a19f4a557d545a52319a197c70a6308b45878d56;hb=750d656b42cb85adb1b76b80fdb18f0c9355853e;hp=9d0f3871de2604c912c5d5b03830ac2791338ebc;hpb=5a6c9e944a90d2d9da88a03b5e3de548a3592d7d;p=vlc diff --git a/modules/gui/qt4/dialogs/extended.cpp b/modules/gui/qt4/dialogs/extended.cpp index 9d0f3871de..a19f4a557d 100644 --- a/modules/gui/qt4/dialogs/extended.cpp +++ b/modules/gui/qt4/dialogs/extended.cpp @@ -70,7 +70,7 @@ ExtendedDialog::ExtendedDialog( intf_thread_t *_p_intf ): QVLCFrame( _p_intf ) mainTabW->addTab( videoWidget, qtr( "Video Effects" ) ); SyncControls *syncW = new SyncControls( p_intf, videoTab ); - mainTabW->addTab( syncW, qtr( "A/V Synchronisation" ) ); + mainTabW->addTab( syncW, qtr( "Synchronisation" ) ); if( module_Exists( p_intf, "v4l2" ) ) {