From b0f7a7871e478f8190cd609a8838abe6c619cf50 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sat, 6 May 2017 08:40:49 -0700 Subject: [PATCH] display should say Test number, not Flight number --- teststand/TestStandStatus.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teststand/TestStandStatus.java b/teststand/TestStandStatus.java index 740dbda8..e79d50a6 100644 --- a/teststand/TestStandStatus.java +++ b/teststand/TestStandStatus.java @@ -141,7 +141,7 @@ public class TestStandStatus extends JComponent implements AltosFlightDisplay { } public Flight (GridBagLayout layout, int x) { - super (layout, x, "Flight"); + super (layout, x, "Test"); } } -- 2.30.2