Selaa lähdekoodia

Wording change

Bob Mottram 9 vuotta sitten
vanhempi
commit
2c776bc635
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/freedombone-config

+ 1
- 1
src/freedombone-config Näytä tiedosto

@@ -573,7 +573,7 @@ function interactive_configuration {
573 573
       data=$(tempfile 2>/dev/null)
574 574
       trap "rm -f $data" 0 1 2 5 15
575 575
       dialog --backtitle "Freedombone Configuration" \
576
-          --inputbox "Wireless Mesh cell ID\n\nIf you press enter the default will be $BATMAN_CELLID" 10 40 "$(grep 'BATMAN_CELLID' temp.cfg | awk -F '=' '{print $2}')" 2> $data
576
+          --inputbox "Optionally register with an Access Point" 10 40 "$(grep 'BATMAN_CELLID' temp.cfg | awk -F '=' '{print $2}')" 2> $data
577 577
       sel=$?
578 578
       case $sel in
579 579
           0) BATMAN_CELLID=$(cat $data);;