summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-08-08 12:04:00 -0700
committerKeith Packard <keithp@keithp.com>2011-08-08 12:13:03 -0700
commit7207a95823dc2a27906759528dd88256cb20679f (patch)
tree042f10aa944e8017290e561837043d9cfd58f324
parent30670732ca3f5a34025ab4bc4c69afa45637b4d6 (diff)
altosui: Change button to 'Configure Altimeter'
Now that we've got more than one model. Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--altosui/AltosUI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosUI.java b/altosui/AltosUI.java
index 9b724fd7..033f233c 100644
--- a/altosui/AltosUI.java
+++ b/altosui/AltosUI.java
@@ -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();