]> xenbits.xensource.com Git - people/royger/freebsd.git/commitdiff
Comment
authordteske <dteske@FreeBSD.org>
Tue, 13 Dec 2016 02:25:23 +0000 (02:25 +0000)
committerdteske <dteske@FreeBSD.org>
Tue, 13 Dec 2016 02:25:23 +0000 (02:25 +0000)
usr.sbin/bsdinstall/scripts/wlanconfig

index e36b81e6e399edfbf525678a453efe095aada737..3eb501815fac9b76ca66812432194951d815797b 100755 (executable)
@@ -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