(Boeing r1759)
replace PER with Loss in WLAN dialog, consistent with link dialog
This commit is contained in:
parent
5bda784128
commit
8f007a223f
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@ proc wlanConfigDialogHelper { wi target apply } {
|
|||
|
||||
$spinbox $de.value3 -justify right -width 5 -validate focus
|
||||
if { [lindex $systype 0] == "Linux" } {
|
||||
ttk::label $de.label3 -anchor w -text "Packet Error Rate (%):"
|
||||
ttk::label $de.label3 -anchor w -text "Loss (%):"
|
||||
$de.value3 configure -from 0 -to 100.0 -increment 0.1
|
||||
} else { ;# netgraph
|
||||
ttk::label $de.label3 -anchor w -text "Bit Error (1/N):"
|
||||
|
|
Loading…
Reference in a new issue