Reorder language by ABC

This commit is contained in:
MatMoul 2016-02-25 00:05:13 +01:00
parent d4b234c82c
commit 25b804dada

2
archfi
View file

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