]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/sout.cpp
Use Header capitalisation for dialogs titles.
[vlc] / modules / gui / qt4 / dialogs / sout.cpp
index 0087709e0a0e4df94ba8d26edca5877101033b07..b2eee3971657d1a73707b3d9858af70384456aa1 100644 (file)
@@ -96,7 +96,7 @@ SoutDialog* SoutDialog::instance = NULL;
 SoutDialog::SoutDialog( QWidget *parent, intf_thread_t *_p_intf,
                      bool _transcode_only ) : QVLCDialog( parent,  _p_intf )
 {
-    setWindowTitle( qtr( "Stream output" ) );
+    setWindowTitle( qtr( "Stream Output" ) );
 
     b_transcode_only = _transcode_only;