From 8f007a223fe45744d6b6511b12f7eb9808659f1c Mon Sep 17 00:00:00 2001 From: ahrenholz Date: Fri, 30 Aug 2013 14:28:57 +0000 Subject: [PATCH] (Boeing r1759) replace PER with Loss in WLAN dialog, consistent with link dialog --- gui/wlan.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/wlan.tcl b/gui/wlan.tcl index b25cdeb6..33a84e8a 100755 --- a/gui/wlan.tcl +++ b/gui/wlan.tcl @@ -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):"