]> git.sesse.net Git - vlc/commitdiff
Qt: change tools accessor
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 21 Apr 2013 15:28:32 +0000 (17:28 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 21 Apr 2013 15:28:32 +0000 (17:28 +0200)
modules/gui/qt4/menus.cpp

index f57dc0e7c2a9aa7f91a7477ee5f9b65efbd1afb2..f6626b8703e9faeab0c3866b22a447fdc832ea66 100644 (file)
@@ -322,7 +322,7 @@ void VLCMenuBar::createMenuBar( MainInterface *mi,
     BAR_DADD( VideoMenu( p_intf, bar ), qtr( "&Video" ), 2 );
     BAR_DADD( SubtitleMenu( p_intf, bar ), qtr( "Subti&tle" ), 5 );
 
-    addMenuToMainbar( ToolsMenu( bar ), qtr( "&Tools" ), bar );
+    addMenuToMainbar( ToolsMenu( bar ), qtr( "T&ools" ), bar );
 
     /* View menu, a bit different */
     BAR_DADD( ViewMenu( p_intf, NULL, mi ), qtr( "V&iew" ), 4 );
@@ -1050,7 +1050,7 @@ void VLCMenuBar::PopupMenu( intf_thread_t *p_intf, bool show )
     /* Add some special entries for windowed mode: Interface Menu */
     if( !b_isFullscreen )
     {
-        QMenu *submenu = new QMenu( qtr( "Tools" ), menu );
+        QMenu *submenu = new QMenu( qtr( "T&ools" ), menu );
         /*QMenu *tools =*/ ToolsMenu( submenu );
         submenu->addSeparator();