Commit 1308b602 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Missing translation.

parent 61c5ccdf
...@@ -1101,7 +1101,7 @@ Spatializer::Spatializer( intf_thread_t *_p_intf, QWidget *_parent ) : ...@@ -1101,7 +1101,7 @@ Spatializer::Spatializer( intf_thread_t *_p_intf, QWidget *_parent ) :
QGridLayout *layout = new QGridLayout( this ); QGridLayout *layout = new QGridLayout( this );
layout->setMargin( 0 ); layout->setMargin( 0 );
enableCheck = new QCheckBox( qfu( "Enable spatializer" ) ); enableCheck = new QCheckBox( qtr( "Enable spatializer" ) );
layout->addWidget( enableCheck, 0, 0, 1, NUM_SP_CTRL ); layout->addWidget( enableCheck, 0, 0, 1, NUM_SP_CTRL );
for( int i = 0 ; i < NUM_SP_CTRL ; i++ ) for( int i = 0 ; i < NUM_SP_CTRL ; i++ )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment