]> git.sesse.net Git - vlc/blobdiff - menuconfig
* updated Turkish translation by Adem Gunes
[vlc] / menuconfig
index a8f60c12e0ceee3da7ff24350d59a979bfbc8cc5..f27bb95af54901ee84b1c34a8de649433d620222 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# VideoLAN Client configuration script, borrowed from linux menuconfig
+# 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