Reorder languages by abc...
This commit is contained in:
parent
c2f2a60042
commit
4888b509c0
1 changed files with 1 additions and 1 deletions
2
archfi
2
archfi
|
@ -78,10 +78,10 @@ mainmenu(){
|
||||||
chooselanguage(){
|
chooselanguage(){
|
||||||
options=()
|
options=()
|
||||||
options+=("English" "(By MatMoul)")
|
options+=("English" "(By MatMoul)")
|
||||||
options+=("Russian" "(By Anonymous_Prodject)")
|
|
||||||
options+=("French" "(By MatMoul)")
|
options+=("French" "(By MatMoul)")
|
||||||
options+=("German" "(By untergrundbiber)")
|
options+=("German" "(By untergrundbiber)")
|
||||||
options+=("Hungarian" "(By KardiWeb)")
|
options+=("Hungarian" "(By KardiWeb)")
|
||||||
|
options+=("Russian" "(By Anonymous_Prodject)")
|
||||||
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