aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--archfi2
1 files changed, 1 insertions, 1 deletions
diff --git a/archfi b/archfi
index af4fedc..ac8cbe7 100644
--- a/archfi
+++ b/archfi
@@ -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)