change name of tabs to use "Test" instead of "Flight"
[fw/altos] / teststand / AltosGraphUI.java
index a62c79267cbffb0293be93021ceaf060ddc98bdc..ed77bdefcd56bed01e9d0a4960692b18cee4d262 100644 (file)
@@ -89,9 +89,9 @@ public class AltosGraphUI extends AltosUIFrame implements AltosFontListener, Alt
 
                statsTable = new AltosFlightStatsTable(stats);
 
-               pane.add("Flight Graph", graph.panel);
+               pane.add("Test Graph", graph.panel);
                pane.add("Configure Graph", enable);
-               pane.add("Flight Statistics", statsTable);
+               pane.add("Test Statistics", statsTable);
 
                has_gps = false;