Merge branch 'patch-2' of https://github.com/KardiWeb/archfi into src

This commit is contained in:
MatMoul 2015-08-30 01:20:47 +02:00
commit a24c140b66

1
archfi
View file

@ -78,6 +78,7 @@ chooselanguage(){
options=()
options+=("English" "(By MatMoul)")
options+=("French" "(By MatMoul)")
options+=("Hungarian" "(By KardiWeb)")
sel=$(whiptail --backtitle "$apptitle" --title "$txtlanguage" --menu "" 0 0 0 \
"${options[@]}" \
3>&1 1>&2 2>&3)