diff options
Diffstat (limited to 'altosui/AltosConfigFCUI.java')
| -rw-r--r-- | altosui/AltosConfigFCUI.java | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosConfigFCUI.java b/altosui/AltosConfigFCUI.java index 1e875dec..9bd265f0 100644 --- a/altosui/AltosConfigFCUI.java +++ b/altosui/AltosConfigFCUI.java @@ -440,7 +440,7 @@ public class AltosConfigFCUI  		apogee_lockout_value.setEditable(true);  		apogee_lockout_value.addItemListener(this);  		pane.add(apogee_lockout_value, c); -		apogee_lockout_value.setToolTipText("Time after boost while apogee detection is locked out"); +		apogee_lockout_value.setToolTipText("Time after launch while apogee detection is locked out");  		row++;  		/* Frequency */  | 
