[vlc-devel] commit: Qt: String change for 'Track Synchronization' (Jean-Baptiste Kempf )

git version control git at videolan.org
Sun Mar 15 02:53:29 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Mar 15 02:52:02 2009 +0100| [97513e3145fe31f2fee94378888a59329ebe6fe2] | committer: Jean-Baptiste Kempf 

Qt: String change for 'Track Synchronization'

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

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

diff --git a/modules/gui/qt4/menus.cpp b/modules/gui/qt4/menus.cpp
index 5e37bef..9e96c4f 100644
--- a/modules/gui/qt4/menus.cpp
+++ b/modules/gui/qt4/menus.cpp
@@ -345,7 +345,7 @@ QMenu *QVLCMenu::ToolsMenu( QMenu *menu )
     addDPStaticEntry( menu, qtr( "&Effects and Filters"), ":/settings",
             SLOT( extendedDialog() ), "Ctrl+E" );
 
-    addDPStaticEntry( menu, qtr( "&Tracks Synchronisation"), ":/settings",
+    addDPStaticEntry( menu, qtr( "&Track Synchronization"), ":/settings",
             SLOT( synchroDialog() ), "" );
 
     addDPStaticEntry( menu, qtr( I_MENU_INFO ) , ":/info",




More information about the vlc-devel mailing list