change Altimeter to TeleFire in top-level menu button
authorBdale Garbee <bdale@gag.com>
Sun, 14 Jan 2018 20:01:12 +0000 (17:01 -0300)
committerBdale Garbee <bdale@gag.com>
Sun, 14 Jan 2018 20:01:12 +0000 (17:01 -0300)
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();