From 99127fe2814e25cabb40b18b8f9ece5f5a594041 Mon Sep 17 00:00:00 2001 From: Dave Parfitt Date: Mon, 23 Jan 2017 09:47:38 -0500 Subject: [PATCH] fix network error message --- installer.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh.in b/installer.sh.in index 36b69c5..e4ab404 100644 --- a/installer.sh.in +++ b/installer.sh.in @@ -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() {