]> git.sesse.net Git - vlc/commitdiff
qt4: i18n fix
authorChristophe Mutricy <xtophe@videolan.org>
Mon, 4 Aug 2008 20:25:05 +0000 (21:25 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Mon, 4 Aug 2008 21:37:58 +0000 (22:37 +0100)
modules/gui/qt4/dialogs/preferences.cpp

index b22288cf89f8deca0947b28921d78d4762ebaf73..d8884aa251e8a8524ffda4cfd4d3c94bdb2e2bdc 100644 (file)
@@ -63,7 +63,7 @@ PrefsDialog::PrefsDialog( QWidget *parent, intf_thread_t *_p_intf )
     main_panel->setLayout( main_panel_l );
 
     /* Choice for types */
-    types = new QGroupBox( "Show settings" );
+    types = new QGroupBox( qtr("Show settings") );
     types->setAlignment( Qt::AlignHCenter );
     QHBoxLayout *types_l = new QHBoxLayout;
     types_l->setSpacing( 3 ); types_l->setMargin( 3 );