]> git.sesse.net Git - vlc/commitdiff
Qt: forgotten translation
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 26 Apr 2010 23:32:35 +0000 (01:32 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 26 Apr 2010 23:32:35 +0000 (01:32 +0200)
modules/gui/qt4/components/playlist/playlist.cpp

index d233a01dd449277969e9c5c5de9133edc631d6e7..01547f9c53ce22325553c112e8467ccd0840b2f4 100644 (file)
@@ -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 );