瀏覽代碼

Better dialog wording

Bob Mottram 8 年之前
父節點
當前提交
88676079a1
共有 1 個檔案被更改,包括 4 行新增4 行删除
  1. 4
    4
      src/freedombone-utils-wifi

+ 4
- 4
src/freedombone-utils-wifi 查看文件

@@ -433,10 +433,10 @@ function create_networks_interactive {
433 433
         trap "rm -f $data" 0 1 2 5 15
434 434
         dialog --backtitle $"Freedombone Configuration" \
435 435
                --title $"Wifi Settings ${wifi_ctr}" \
436
-               --form $"\nIf you wish to use wifi and have a Free Software compatible adapter (eg. Atheros) rather than wired ethernet then enter the details below, otherwise just select Ok:" 15 55 4 \
437
-               $"SSID:" 1 1 "$WIFI_SSID" 1 16 30 30 \
438
-               $"Type:" 2 1 "$WIFI_TYPE" 2 16 10 10 \
439
-               $"Passphrase:" 3 1 "$WIFI_PASSPHRASE" 3 16 30 30 \
436
+               --form $"\nTo use this system via wifi (eg. USB dongle) enter the details below, otherwise just select Ok:" 13 65 4 \
437
+               $"SSID:" 1 1 "$WIFI_SSID" 1 24 30 30 \
438
+               $"Type (open/wpa2-psk):" 2 1 "$WIFI_TYPE" 2 24 10 10 \
439
+               $"Passphrase:" 3 1 "$WIFI_PASSPHRASE" 3 24 50 50 \
440 440
                2> $data
441 441
         sel=$?
442 442
         case $sel in