From 3173986a4d73d33313dbaa61cfafc8d047614701 Mon Sep 17 00:00:00 2001 From: kprkpr Date: Sat, 4 Jun 2016 00:44:08 +0200 Subject: [PATCH] changes --- archinstall/translations.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/archinstall/translations.sh b/archinstall/translations.sh index 41d33a7..9d3b87a 100755 --- a/archinstall/translations.sh +++ b/archinstall/translations.sh @@ -3,9 +3,9 @@ function translate_es { case $1 in "Arch install script (BETA)") - echo "Script de instalación de Arch(BETA)";; + echo "Script de instalacion de Arch(BETA)";; "Intro arch install script") - echo "Mediante unas preguntas y avanzando, instalaremos arch en su ordenador \n Ha sido pensado para ser simple, y guiado por opciones, pero debes estar atento durante el proceso. \n Aviso: No debes interrumpir la instalacion por ningun motivo, a no ser que quieras que quede incompleta" + echo "Mediante unas preguntas y avanzando, instalaremos arch en su ordenador \nHa sido pensado para ser simple, y guiado por opciones, pero debes estar atento durante el proceso. \nAviso: No debes interrumpir la instalacion por ningun motivo, a no ser que quieras que quede incompleta" esac } @@ -14,7 +14,7 @@ case $1 in "Arch install script (BETA)") echo "Arch install script (BETA)";; "Intro arch install script") - echo "Through simple questions, we will install arch in your computer. Its designed to be simple and guied by options, but you need to be careful during the process. Warning: You musnt stop the install never, or anything can happen";; + echo "Through simple questions, we will install arch in your computer. \nIts designed to be simple and guied by options, but you need to be careful during the process. \nWarning: You musnt stop the install never, or anything can happen";; esac }