summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--telegps/TeleGPSConfigUI.java2
-rw-r--r--telegps/TeleGPSGraphUI.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/telegps/TeleGPSConfigUI.java b/telegps/TeleGPSConfigUI.java
index f6c69040..5f269fd3 100644
--- a/telegps/TeleGPSConfigUI.java
+++ b/telegps/TeleGPSConfigUI.java
@@ -157,7 +157,7 @@ public class TeleGPSConfigUI
/* Build the UI using a grid bag */
public TeleGPSConfigUI(JFrame in_owner) {
- super (in_owner, "Configure Flight Computer", false);
+ super (in_owner, "Configure Device", false);
owner = in_owner;
GridBagConstraints c;
diff --git a/telegps/TeleGPSGraphUI.java b/telegps/TeleGPSGraphUI.java
index fbc9657e..244eb7b9 100644
--- a/telegps/TeleGPSGraphUI.java
+++ b/telegps/TeleGPSGraphUI.java
@@ -71,7 +71,7 @@ public class TeleGPSGraphUI extends AltosUIFrame
map = new AltosUIMap();
- pane.add("Flight Graph", graph.panel);
+ pane.add("Graph", graph.panel);
pane.add("Configure Graph", enable);
pane.add("Statistics", statsTable);
fill_map(states);