From a344cc43d60e8e09ccedd9cce776b563a4dc8b31 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sun, 14 Jan 2018 17:01:12 -0300 Subject: [PATCH] change Altimeter to TeleFire in top-level menu button --- teststand/TestStand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teststand/TestStand.java b/teststand/TestStand.java index eb0b434d..29001d99 100644 --- a/teststand/TestStand.java +++ b/teststand/TestStand.java @@ -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(); -- 2.30.2