From 41139dae997e3b59fcbbd465013768a29d173f1e Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Mon, 4 Aug 2008 21:25:05 +0100 Subject: [PATCH] qt4: i18n fix --- modules/gui/qt4/dialogs/preferences.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.39.5