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