Commit a63f8160 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

s/Paste MRL/Paste Location/

parent 410e1456
......@@ -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 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment