From: Christophe Mutricy Date: Mon, 4 Aug 2008 20:25:05 +0000 (+0100) Subject: qt4: i18n fix X-Git-Tag: 0.9.0~584 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=41139dae997e3b59fcbbd465013768a29d173f1e;p=vlc qt4: i18n fix --- diff --git a/modules/gui/qt4/dialogs/preferences.cpp b/modules/gui/qt4/dialogs/preferences.cpp index b22288cf89..d8884aa251 100644 --- a/modules/gui/qt4/dialogs/preferences.cpp +++ b/modules/gui/qt4/dialogs/preferences.cpp @@ -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 );