Commit ffdcddc1 authored by Rémi Duraffort's avatar Rémi Duraffort

qt4: typo + untranslated string.

parent 3ef1c0a1
...@@ -1049,8 +1049,8 @@ void CaptureOpenPanel::initialize() ...@@ -1049,8 +1049,8 @@ void CaptureOpenPanel::initialize()
* Screen * * Screen *
**********/ **********/
addModuleAndLayouts( SCREEN_DEVICE, screen, "Desktop" ); addModuleAndLayouts( SCREEN_DEVICE, screen, "Desktop" );
QLabel *screenLabel = new QLabel( "Your display will will be " QLabel *screenLabel = new QLabel( qtr( "Your display will be "
"opened and played in order to stream or save it." ); "opened and played in order to stream or save it." ) );
screenLabel->setWordWrap( true ); screenLabel->setWordWrap( true );
screenDevLayout->addWidget( screenLabel, 0, 0 ); screenDevLayout->addWidget( screenLabel, 0, 0 );
......
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