Commit 37a0f47a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf Committed by Christophe Mutricy

Qt: forgotten translation

(cherry picked from commit 27dd41ca)
Signed-off-by: default avatarChristophe Mutricy <xtophe@videolan.org>
parent 9c2c5165
......@@ -51,7 +51,7 @@ PlaylistWidget::PlaylistWidget( intf_thread_t *_p_i, QWidget *_par )
/* Source Selector */
selector = new PLSelector( this, p_intf );
QLabel *selLabel = new QLabel( "Media Browser" );
QLabel *selLabel = new QLabel( qtr( "Media Browser" ) );
QFont font;
font.setBold( true );
selLabel->setFont( font );
......
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