]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/open_panels.cpp
Qt: various string fixes and consistencies in the ui
[vlc] / modules / gui / qt4 / components / open_panels.cpp
index 6cb6ded8100f10c4618c0f613519f05d90944035..4c2fcd3a5b7c68c671708fee8cb064f214ca74d0 100644 (file)
@@ -996,8 +996,8 @@ void CaptureOpenPanel::initialize()
      * Screen *
      **********/
     addModuleAndLayouts( SCREEN_DEVICE, screen, "Desktop" );
-    QLabel *screenLabel = new QLabel( "This option will open your own "
-            "desktop in order to save or stream it.");
+    QLabel *screenLabel = new QLabel( "Your display will will be "
+            "opened and played in order to stream or save it." );
     screenLabel->setWordWrap( true );
     screenDevLayout->addWidget( screenLabel, 0, 0 );