Commit 297cd463 authored by Alexander Law's avatar Alexander Law Committed by Jean-Baptiste Kempf

"Speed" menu item is not localizable

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit 60240804e086e1b2376846c2c59f2b4ed5843bb2)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 18fb8d76
......@@ -800,7 +800,7 @@ void VLCMenuBar::PopupMenuControlEntries( QMenu *menu, intf_thread_t *p_intf,
bool b_normal )
{
QAction *action;
QMenu *rateMenu = new QMenu( "Sp&eed" );
QMenu *rateMenu = new QMenu( qtr( "Sp&eed" ) );
rateMenu->setTearOffEnabled( true );
if( b_normal )
......
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