display should say Test number, not Flight number
authorBdale Garbee <bdale@gag.com>
Sat, 6 May 2017 15:40:49 +0000 (08:40 -0700)
committerBdale Garbee <bdale@gag.com>
Sat, 6 May 2017 15:40:49 +0000 (08:40 -0700)
teststand/TestStandStatus.java

index 740dbda89284c9547f591a19fffbe0bd93dc9f1a..e79d50a63db6ab5f517b493602da1ac9070ebd48 100644 (file)
@@ -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");
                }
        }