]> git.sesse.net Git - vlc/commitdiff
Qt: remove ... where Needed.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 24 Jan 2009 10:47:32 +0000 (11:47 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 24 Jan 2009 10:47:32 +0000 (11:47 +0100)
modules/gui/qt4/menus.cpp

index 999fd576a87e45308953fa39e33bbae99979d610..93f93e93b4ea97f54ea78eebf3af6421fb08bd29 100644 (file)
@@ -406,7 +406,7 @@ QMenu *QVLCMenu::ViewMenu( intf_thread_t *p_intf,
     if( mi )
     {
         act = menu->addAction( QIcon( ":/playlist_menu" ),
-                               qtr( "Play&list..." ), mi,
+                               qtr( "Play&list" ), mi,
                                SLOT( togglePlaylist() ), qtr( "Ctrl+L" ) );
         act->setData( "_static_" );
     }