Better dialog wording
This commit is contained in:
parent
d64782d20b
commit
88676079a1
|
@ -433,10 +433,10 @@ function create_networks_interactive {
|
||||||
trap "rm -f $data" 0 1 2 5 15
|
trap "rm -f $data" 0 1 2 5 15
|
||||||
dialog --backtitle $"Freedombone Configuration" \
|
dialog --backtitle $"Freedombone Configuration" \
|
||||||
--title $"Wifi Settings ${wifi_ctr}" \
|
--title $"Wifi Settings ${wifi_ctr}" \
|
||||||
--form $"\nIf you wish to use wifi and have a Free Software compatible adapter (eg. Atheros) rather than wired ethernet then enter the details below, otherwise just select Ok:" 15 55 4 \
|
--form $"\nTo use this system via wifi (eg. USB dongle) enter the details below, otherwise just select Ok:" 13 65 4 \
|
||||||
$"SSID:" 1 1 "$WIFI_SSID" 1 16 30 30 \
|
$"SSID:" 1 1 "$WIFI_SSID" 1 24 30 30 \
|
||||||
$"Type:" 2 1 "$WIFI_TYPE" 2 16 10 10 \
|
$"Type (open/wpa2-psk):" 2 1 "$WIFI_TYPE" 2 24 10 10 \
|
||||||
$"Passphrase:" 3 1 "$WIFI_PASSPHRASE" 3 16 30 30 \
|
$"Passphrase:" 3 1 "$WIFI_PASSPHRASE" 3 24 50 50 \
|
||||||
2> $data
|
2> $data
|
||||||
sel=$?
|
sel=$?
|
||||||
case $sel in
|
case $sel in
|
||||||
|
|
Loading…
Reference in New Issue