diff options
-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) |