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

Qt: forgotten translation

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