diff options
author | MatMoul <matmoul@gmail.com> | 2016-03-03 21:26:59 +0100 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2016-03-03 21:26:59 +0100 |
commit | 4888b509c054edcb14f44eb809c37ce83d4d2caa (patch) | |
tree | 3969da477e15370ffc1a9fbf551ff4228e7b211b | |
parent | c2f2a600424d9fb1a33ed63a5c6beb3e9b8e3952 (diff) | |
download | hyperfi-4888b509c054edcb14f44eb809c37ce83d4d2caa.tar.lz hyperfi-4888b509c054edcb14f44eb809c37ce83d4d2caa.tar.xz hyperfi-4888b509c054edcb14f44eb809c37ce83d4d2caa.zip |
Reorder languages by abc...
-rw-r--r-- | archfi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |