summaryrefslogtreecommitdiff
path: root/configs/mate/root-image/root/.scriptsInstallation/language
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-11-10 18:55:46 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-11-10 18:57:24 -0300
commit6010840d2899742c4febb0af033a9a9eaf026246 (patch)
treeea2ea52e19591dfad3923083bd3e3ac73f2d00c2 /configs/mate/root-image/root/.scriptsInstallation/language
parent1bb9795fd1550e1614dee84dda1ac1fdb8bb744e (diff)
Minor fix
Diffstat (limited to 'configs/mate/root-image/root/.scriptsInstallation/language')
-rwxr-xr-xconfigs/mate/root-image/root/.scriptsInstallation/language/es/install.sh4
-rwxr-xr-xconfigs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh4
-rwxr-xr-xconfigs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh2
3 files changed, 5 insertions, 5 deletions
diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh
index 772bddf..9fcc6f1 100755
--- a/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh
+++ b/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh
@@ -93,11 +93,11 @@ partition(){
option=0
while [ option != 7 ]; do
- option=$(dialog --stdout --menu "Instalacion de Parabola CLI" 20 70 50 \
+ option=$(dialog --stdout --menu "Instalación CLI de Parabola" 20 70 50 \
1 "Formatear y Montar Particiones" \
2 "Instalar Sistema Base" \
3 "Instalar GRUB" \
- 4 "Configuracion del Sistema" \
+ 4 "Configuración del Sistema" \
5 "Crear Cuenta de Usuario" \
6 "(Opcional)Instalar Live Cd Escritorio/Aplicaciones" \
7 "Salir" )
diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh
index 45d3533..0be5d4e 100755
--- a/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh
+++ b/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh
@@ -92,11 +92,11 @@ partition(){
option=0
while [ option != 7 ]; do
- option=$(dialog --stdout --menu "Instalacion de Parabola CLI" 20 70 50 \
+ option=$(dialog --stdout --menu "Instalación CLI de Parabola" 20 70 50 \
1 "Formatear e Montar Particiones" \
2 "Instalar Sistema Base" \
3 "Instalar GRUB" \
- 4 "Configuracion do Sistema" \
+ 4 "Configuración do Sistema" \
5 "Crear Conta de Usuario" \
6 "(Opcional)Instalar Live Cd Escritorio/Aplicaciones" \
7 "Salir" )
diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh
index 392e6c8..6dfda79 100755
--- a/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh
+++ b/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh
@@ -93,7 +93,7 @@ partition(){
option=0
while [ option != 7 ]; do
- option=$(dialog --stdout --menu "Instalação da Parabola CLI" 20 70 50 \
+ option=$(dialog --stdout --menu "Instalação CLI da Parabola" 20 70 50 \
1 "Formatar e Montar as Partições" \
2 "Instalar o Sistema Base" \
3 "Instalar o GRUB" \