]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/open.cpp
Qt: don't use "Open a Media"
[vlc] / modules / gui / qt4 / dialogs / open.cpp
index 16508e1543d7b4c217ab8f9039aaf75d14b1f05d..1646093e36dcf4b9a6c625e52f1781ac43e92328 100644 (file)
@@ -87,7 +87,7 @@ OpenDialog::OpenDialog( QWidget *parent,
 
     /* Basic Creation of the Window */
     ui.setupUi( this );
-    setWindowTitle( qtr( "Open Media" ) );
+    setWindowTitle( qtr( "Open Media" ) );
 
     /* Tab definition and creation */
     fileOpenPanel    = new FileOpenPanel( this, p_intf );