Fix Spanish label.

This commit is contained in:
root 2016-09-05 00:16:35 +03:00
parent 8648d1c1b0
commit c5627a70f0
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ ipNmap=`ifconfig | sed -En 's/127.0.0.1//;s/.*inet (addr:)?(([0-9]*\.){3}[0-9]*)
# Deauth duration during handshake capture # Deauth duration during handshake capture
# oo # oo
DEAUTHTIME="9999999999999" DEAUTHTIME="9999999999999"
revision=48 revision=49
version=0.23 version=0.23
IP=192.168.1.1 IP=192.168.1.1
RANG_IP=$(echo $IP | cut -d "." -f 1,2,3) RANG_IP=$(echo $IP | cut -d "." -f 1,2,3)
@ -708,7 +708,7 @@ function language {
echo -e " "$blue"2)"$transparent" English " echo -e " "$blue"2)"$transparent" English "
echo -e " "$blue"3)"$transparent" Romanian " echo -e " "$blue"3)"$transparent" Romanian "
echo -e " "$blue"4)"$transparent" Turkish " echo -e " "$blue"4)"$transparent" Turkish "
echo -e " "$blue"5)"$transparent" Spain " echo -e " "$blue"5)"$transparent" Spanish "
echo " " echo " "
echo -n " #> " echo -n " #> "
read yn read yn