[vlc-commits] [Git][videolan/vlc][master] convert.cpp - typo fix
    Rémi Denis-Courmont (@Courmisch) 
    gitlab at videolan.org
       
    Mon Jan 24 22:07:05 UTC 2022
    
    
  
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC
Commits:
a15edfde by Wes Hurd at 2022-01-24T22:06:53+00:00
convert.cpp - typo fix
- - - - -
1 changed file:
- modules/gui/qt/dialogs/sout/convert.cpp
Changes:
=====================================
modules/gui/qt/dialogs/sout/convert.cpp
=====================================
@@ -116,7 +116,7 @@ ConvertDialog::ConvertDialog( QWindow *parent, qt_intf_t *_p_intf,
     QVBoxLayout *convertLayout = new QVBoxLayout( convertPanel );
 
     displayBox = new QCheckBox( qtr( "Display the output" ) );
-    displayBox->setToolTip( qtr( "This display the resulting media, but can "
+    displayBox->setToolTip( qtr( "This displays the resulting media, but can "
                                "slow things down." ) );
     convertLayout->addWidget( displayBox );
 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a15edfde5288f4c30becf126f4f30684838945c9
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a15edfde5288f4c30becf126f4f30684838945c9
You're receiving this email because of your account on code.videolan.org.
    
    
More information about the vlc-commits
mailing list