[vlc-devel] commit: Missing translation. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Aug 1 01:44:24 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jul 31 16:31:25 2008 -0700| [1308b602a47493bb33ab9ea2094364b741336474] | committer: Jean-Baptiste Kempf
Missing translation.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1308b602a47493bb33ab9ea2094364b741336474
---
modules/gui/qt4/components/extended_panels.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/extended_panels.cpp b/modules/gui/qt4/components/extended_panels.cpp
index 2085f6d..ab08880 100644
--- a/modules/gui/qt4/components/extended_panels.cpp
+++ b/modules/gui/qt4/components/extended_panels.cpp
@@ -1101,7 +1101,7 @@ Spatializer::Spatializer( intf_thread_t *_p_intf, QWidget *_parent ) :
QGridLayout *layout = new QGridLayout( this );
layout->setMargin( 0 );
- enableCheck = new QCheckBox( qfu( "Enable spatializer" ) );
+ enableCheck = new QCheckBox( qtr( "Enable spatializer" ) );
layout->addWidget( enableCheck, 0, 0, 1, NUM_SP_CTRL );
for( int i = 0 ; i < NUM_SP_CTRL ; i++ )
More information about the vlc-devel
mailing list