altosui: Change button to 'Configure Altimeter'
authorKeith Packard <keithp@keithp.com>
Mon, 8 Aug 2011 19:04:00 +0000 (12:04 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 8 Aug 2011 19:13:03 +0000 (12:13 -0700)
Now that we've got more than one model.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/AltosUI.java

index 9b724fd7bd854c760f870e4ef48b74b6b988a385..033f233ca2c2f4581843870abf46b6e833e9a8f7 100644 (file)
@@ -137,7 +137,7 @@ public class AltosUI extends JFrame {
                                                ExportData();
                                        }
                                });
-               b = addButton(0, 1, "Configure TeleMetrum");
+               b = addButton(0, 1, "Configure Altimter");
                b.addActionListener(new ActionListener() {
                                        public void actionPerformed(ActionEvent e) {
                                                ConfigureTeleMetrum();