Sfoglia il codice sorgente

fix network error message

Dave Parfitt 8 anni fa
parent
commit
99127fe281
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      installer.sh.in

+ 1 - 1
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() {