diff options
author | MatMoul <matmoul@gmail.com> | 2016-02-25 00:05:13 +0100 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2016-02-25 00:05:13 +0100 |
commit | 25b804dadab86c67195eba48a521975fdf546807 (patch) | |
tree | 1b6590da2ea7db9a2e6f7c48e0f642f40ffe55b5 | |
parent | d4b234c82c482bebf34466d7a0de646f37227d6d (diff) | |
download | hyperfi-25b804dadab86c67195eba48a521975fdf546807.tar.lz hyperfi-25b804dadab86c67195eba48a521975fdf546807.tar.xz hyperfi-25b804dadab86c67195eba48a521975fdf546807.zip |
Reorder language by ABC
-rw-r--r-- | archfi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,8 +79,8 @@ chooselanguage(){ options=() options+=("English" "(By MatMoul)") options+=("French" "(By MatMoul)") - options+=("Hungarian" "(By KardiWeb)") options+=("German" "(By untergrundbiber)") + options+=("Hungarian" "(By KardiWeb)") sel=$(whiptail --backtitle "$apptitle" --title "$txtlanguage" --menu "" 0 0 0 \ "${options[@]}" \ 3>&1 1>&2 2>&3) |