diff options
Diffstat (limited to 'archfi')
-rw-r--r-- | archfi | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,6 +81,7 @@ chooselanguage(){ 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) |