From bbc9f98e8adbae40b2372c8b2acb70e954cde484 Mon Sep 17 00:00:00 2001 From: kprkpr Date: Sun, 5 Jun 2016 20:12:22 +0200 Subject: [PATCH] changes --- archinstall/archinstall.sh | 2 +- archinstall/translations.sh | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/archinstall/archinstall.sh b/archinstall/archinstall.sh index 2a4523e..88c39b3 100755 --- a/archinstall/archinstall.sh +++ b/archinstall/archinstall.sh @@ -185,7 +185,7 @@ fi function install { clear -tput setaf 2 ; echo "Instalando el sistema, esto puede tardar unos 10 minutos, espere hasta el siguiente aviso" ; tput setaf 9 +tput setaf 2 ; echo "$(T "Installing system, this can take about 10 minutes, wait")" ; tput setaf 9 sleep 2 tput setaf 2 ; echo "Formateando y montando particiones..." ; tput setaf 9 $formatoraiz /dev/$particionraiz diff --git a/archinstall/translations.sh b/archinstall/translations.sh index 565a29f..133078e 100755 --- a/archinstall/translations.sh +++ b/archinstall/translations.sh @@ -177,6 +177,11 @@ case "$1" in "es") echo "Optimizando la descarga...";; *) echo "${1}...";; esac;; + "Installing system, this can take about 10 minutes, wait") + case $sclang in + "es") echo "Espere...";; + *) echo "Instalando el sistema, esto puede tardar unos 10 minutos, espere hasta el siguiente aviso";; + esac;; *) echo "$1";; esac } \ No newline at end of file