Merge pull request #94 from metadave/dp_fix_net_message

fix network error message
This commit is contained in:
Toyam Cox
2017-06-23 15:42:06 -04:00
committed by GitHub

View File

@@ -794,7 +794,7 @@ test_network() {
NETWORK_DONE=1
return 1
fi
DIALOG --msgbox "Network is unaccessible, please setup it properly." ${MSGBOXSIZE}
DIALOG --msgbox "Network is inaccessible, please set it up properly." ${MSGBOXSIZE}
}
configure_wifi() {