From d5146f139b040bf2bbb10b458748244fbbdba9e3 Mon Sep 17 00:00:00 2001
From: MatMoul <matmoul@gmail.com>
Date: Tue, 4 Sep 2018 01:22:31 +0200
Subject: [PATCH 1/2] Fix archdi missing string

---
 archfi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/archfi b/archfi
index a48765f..a69f83f 100644
--- a/archfi
+++ b/archfi
@@ -1213,6 +1213,8 @@ installarchdi(){
   fi
 }
 archdidownload(){
+  txtselectserver="Select source server :"
+  txtback="Back"
   options=()
   options+=("sourceforge.net" "recommended")
   options+=("github.com" "")

From db2e84ecf3dd1b74f9272f366a35163c27ad6c95 Mon Sep 17 00:00:00 2001
From: MatMoul <matmoul@gmail.com>
Date: Tue, 4 Sep 2018 01:25:32 +0200
Subject: [PATCH 2/2] Fix archdi missing string

---
 archfi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/archfi b/archfi
index a69f83f..9bea782 100644
--- a/archfi
+++ b/archfi
@@ -1186,6 +1186,7 @@ archenabledhcpcdchroot(){
 }
 
 installarchdi(){
+  txtinstallarchdi="Arch Linux Desktop Install (archdi) is a second script who can help you to install a full workstation.\n\nYou can just launch the script or install it. Choose in the next menu.\n\nArch Linux Desktop Install as two dependencies : wget and libnewt.\n\npacstrap wget libnewt ?"
   if(whiptail --backtitle "$apptitle" --title "archdi" --yesno "$txtinstallarchdi" 0 0) then
     clear
     echo "pacstrap /mnt wget libnewt"