This commit is contained in:
Devin Teske 2016-12-13 02:25:23 +00:00
parent b45548a80e
commit 35af83c188
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309985

View File

@ -256,7 +256,7 @@ while :; do
case $retval in
$DIALOG_OK) break ;;
$DIALOG_CANCEL)
# here we ask if the user wants to select the network manually
# Ask if the user wants to select network manually
f_dialog_title "Network Selection"
f_yesno "Do you want to select the network manually?" || exit 1
f_dialog_input NETWORK "Enter SSID" || exit 1