diff options
author | MatMoul <matmoul@gmail.com> | 2016-03-03 21:27:25 +0100 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2016-03-03 21:27:25 +0100 |
commit | 7eeb4b5941efb8d5239e292f0933d7b7dd9ae74d (patch) | |
tree | 3969da477e15370ffc1a9fbf551ff4228e7b211b /archfi | |
parent | f173cef8581994df91e329091aa8bbff990a4012 (diff) | |
parent | 4888b509c054edcb14f44eb809c37ce83d4d2caa (diff) | |
download | hyperfi-7eeb4b5941efb8d5239e292f0933d7b7dd9ae74d.tar.lz hyperfi-7eeb4b5941efb8d5239e292f0933d7b7dd9ae74d.tar.xz hyperfi-7eeb4b5941efb8d5239e292f0933d7b7dd9ae74d.zip |
Merge branch 'Prodject-master' into src
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) |