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 60240804)
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, ...@@ -800,7 +800,7 @@ void VLCMenuBar::PopupMenuControlEntries( QMenu *menu, intf_thread_t *p_intf,
bool b_normal ) bool b_normal )
{ {
QAction *action; QAction *action;
QMenu *rateMenu = new QMenu( "Sp&eed" ); QMenu *rateMenu = new QMenu( qtr( "Sp&eed" ) );
rateMenu->setTearOffEnabled( true ); rateMenu->setTearOffEnabled( true );
if( b_normal ) 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