]> git.sesse.net Git - vlc/blobdiff - menuconfig
Fix previous commit.
[vlc] / menuconfig
index a0c02af3ded35c925bd6bafcb60aa2187077faee..8a2081f093ed69c9eed08aa269cd08b709febdfb 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/usr/bin/env bash
 #
 # VLC media player configuration script, borrowed from linux menuconfig
 # Cyril Deguet <asmax@videolan.org>
@@ -1332,7 +1332,7 @@ Use the <TAB> key to move from the input field to the buttons below it."
 
 DIALOG="./lxdialog/lxdialog"
 
-backtitle="VideoLAN Client Configuration"
+backtitle="VLC media player configuration"
 
 trap "cleanup ; exit 1" 1 2 15