]> git.sesse.net Git - vlc/commitdiff
String renaming.
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 31 Mar 2008 05:23:27 +0000 (22:23 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 31 Mar 2008 05:23:27 +0000 (22:23 -0700)
modules/gui/qt4/dialogs/extended.cpp

index 9d0f3871de2604c912c5d5b03830ac2791338ebc..52af419c97b862fef82af1af5d8c27d365a241ca 100644 (file)
@@ -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" ) )
     {