Reorder languages by abc...

This commit is contained in:
MatMoul 2016-03-03 21:26:59 +01:00
parent c2f2a60042
commit 4888b509c0

2
archfi
View file

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