vlc | branch: master | Alexander Law <[email protected]> | Tue Dec 20 14:13:42 2011 +0400| [60240804e086e1b2376846c2c59f2b4ed5843bb2] | committer: Jean-Baptiste Kempf
"Speed" menu item is not localizable Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=60240804e086e1b2376846c2c59f2b4ed5843bb2 --- modules/gui/qt4/menus.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/gui/qt4/menus.cpp b/modules/gui/qt4/menus.cpp index 55ae7b7..521fa50 100644 --- a/modules/gui/qt4/menus.cpp +++ b/modules/gui/qt4/menus.cpp @@ -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 ) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
