1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-23 05:23:46 +01:00
This commit is contained in:
kprkpr
2016-09-27 22:46:40 +02:00
parent 80e7f575d4
commit ddf351a0ff
2 changed files with 3 additions and 3 deletions

View File

@@ -322,9 +322,9 @@ case "$1" in
"es") echo "No, editar";;
*) echo "$1";;
esac;;
"Es correcto")
"It's right")
case $sclang in
"es") echo "It's right";;
"es") echo "Es correcto";;
*) echo "$1";;
esac;;
*) echo "$1";;