]> git.sesse.net Git - vlc/commitdiff
s/Paste MRL/Paste Location/
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 27 Feb 2009 00:07:39 +0000 (01:07 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 27 Feb 2009 00:07:39 +0000 (01:07 +0100)
modules/gui/qt4/menus.cpp

index ccc34a024592f218e0d38653570c12c91d1dea62..9b7dd945fd5907e6033451980a9be5a561de588a 100644 (file)
@@ -317,7 +317,7 @@ QMenu *QVLCMenu::FileMenu( intf_thread_t *p_intf, QWidget *parent )
         "Ctrl+C" );
 
     menu->addSeparator();
-    addDPStaticEntry( menu, qtr( "Paste &MRL" ),
+    addDPStaticEntry( menu, qtr( "Paste &Location" ),
                       NULL, SLOT( openUrlDialog() ), "Ctrl+V" );
 
     recentsMenu = new QMenu( qtr( "&Recent Media" ), menu );