diff options
author | MatMoul <matmoul@gmail.com> | 2016-03-29 23:00:46 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2016-03-29 23:00:46 +0200 |
commit | 3059cebfdc5e7ab32e3458e986f8117ac69dac9a (patch) | |
tree | c4cd3a8df8f3185bdfe975339bdb2ba152d24378 | |
parent | 5348eeab2b29863e3af8409ba052a16288a39d6b (diff) | |
download | hyperfi-3059cebfdc5e7ab32e3458e986f8117ac69dac9a.tar.lz hyperfi-3059cebfdc5e7ab32e3458e986f8117ac69dac9a.tar.xz hyperfi-3059cebfdc5e7ab32e3458e986f8117ac69dac9a.zip |
Reorder language abc...
-rw-r--r-- | archfi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,9 +81,9 @@ chooselanguage(){ options+=("French" "(By MatMoul)") options+=("German" "(By untergrundbiber)") options+=("Hungarian" "(By KardiWeb)") + options+=("Polish" "(By dawidd6)") options+=("Russian" "(By Anonymous_Prodject)") options+=("Spanish" "(By Mystogab)") - options+=("Polish" "(By dawidd6)") sel=$(whiptail --backtitle "$apptitle" --title "$txtlanguage" --menu "" 0 0 0 \ "${options[@]}" \ 3>&1 1>&2 2>&3) |