Reorder language by ABC
This commit is contained in:
parent
d4b234c82c
commit
25b804dada
1 changed files with 1 additions and 1 deletions
2
archfi
2
archfi
|
@ -79,8 +79,8 @@ chooselanguage(){
|
||||||
options=()
|
options=()
|
||||||
options+=("English" "(By MatMoul)")
|
options+=("English" "(By MatMoul)")
|
||||||
options+=("French" "(By MatMoul)")
|
options+=("French" "(By MatMoul)")
|
||||||
options+=("Hungarian" "(By KardiWeb)")
|
|
||||||
options+=("German" "(By untergrundbiber)")
|
options+=("German" "(By untergrundbiber)")
|
||||||
|
options+=("Hungarian" "(By KardiWeb)")
|
||||||
sel=$(whiptail --backtitle "$apptitle" --title "$txtlanguage" --menu "" 0 0 0 \
|
sel=$(whiptail --backtitle "$apptitle" --title "$txtlanguage" --menu "" 0 0 0 \
|
||||||
"${options[@]}" \
|
"${options[@]}" \
|
||||||
3>&1 1>&2 2>&3)
|
3>&1 1>&2 2>&3)
|
||||||
|
|
Loading…
Reference in a new issue