Commit 990f4ea3 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

String renaming.

parent 896ea8a4
......@@ -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( "Synchro." ) );
if( module_Exists( p_intf, "v4l2" ) )
{
......
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