]> git.sesse.net Git - vlc/commitdiff
Qt menu, "Open Location from Clipboard."
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 15 Mar 2009 02:27:29 +0000 (03:27 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 15 Mar 2009 02:27:29 +0000 (03:27 +0100)
modules/gui/qt4/menus.cpp

index 9e96c4f99883f075afc4ec1da05e4211e06a3037..8f066483e593d93c151c7def2c91a9888fed5419 100644 (file)
@@ -312,7 +312,7 @@ QMenu *QVLCMenu::FileMenu( intf_thread_t *p_intf, QWidget *parent )
         "Ctrl+C" );
 
     menu->addSeparator();
-    addDPStaticEntry( menu, qtr( "Paste &Location" ),
+    addDPStaticEntry( menu, qtr( "Open &Location from clipboard" ),
                       NULL, SLOT( openUrlDialog() ), "Ctrl+V" );
 
     recentsMenu = new QMenu( qtr( "&Recent Media" ), menu );