]> git.sesse.net Git - vlc/commitdiff
qt4: typo + untranslated string.
authorRémi Duraffort <ivoire@videolan.org>
Tue, 28 Apr 2009 08:51:41 +0000 (10:51 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Tue, 28 Apr 2009 08:51:41 +0000 (10:51 +0200)
modules/gui/qt4/components/open_panels.cpp

index bf14e7f29410ae0185f19d261aaf90dc8e4537ed..cd6e0aba1fc427bb1168974f3a0cf87d60a9452b 100644 (file)
@@ -1049,8 +1049,8 @@ void CaptureOpenPanel::initialize()
      * Screen *
      **********/
     addModuleAndLayouts( SCREEN_DEVICE, screen, "Desktop" );
-    QLabel *screenLabel = new QLabel( "Your display will will be "
-            "opened and played in order to stream or save it." );
+    QLabel *screenLabel = new QLabel( qtr( "Your display will be "
+            "opened and played in order to stream or save it." ) );
     screenLabel->setWordWrap( true );
     screenDevLayout->addWidget( screenLabel, 0, 0 );