change Altimeter to TeleFire in top-level menu button
[fw/altos] / teststand / TestStand.java
index eb0b434da3332fd3c76d829c7304ca5fd9edde34..29001d9911beaef886bdca594e225aabc9c6dddc 100644 (file)
@@ -155,7 +155,7 @@ public class TestStand extends AltosUIFrame implements AltosEepromGrapher {
                                        }
                                });
                b.setToolTipText("Convert flight data for a spreadsheet or GoogleEarth");
-               b = addButton(0, 1, "Configure Altimeter");
+               b = addButton(0, 1, "Configure TeleFire");
                b.addActionListener(new ActionListener() {
                                        public void actionPerformed(ActionEvent e) {
                                                ConfigureTeleMetrum();