[vlc-commits] commit: Qt: forgotten translation (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Fri Apr 30 01:25:49 CEST 2010


vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Apr 27 01:32:35 2010 +0200| [37a0f47ab89da637e3393863d07cc51153c1f9cf] | committer: Christophe Mutricy 

Qt: forgotten translation
(cherry picked from commit 27dd41ca889bdd55ee92f914d933be28e68f7d9e)

Signed-off-by: Christophe Mutricy <xtophe at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=37a0f47ab89da637e3393863d07cc51153c1f9cf
---

 modules/gui/qt4/components/playlist/playlist.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/components/playlist/playlist.cpp b/modules/gui/qt4/components/playlist/playlist.cpp
index d233a01..01547f9 100644
--- a/modules/gui/qt4/components/playlist/playlist.cpp
+++ b/modules/gui/qt4/components/playlist/playlist.cpp
@@ -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 );



More information about the vlc-commits mailing list