altosui/telegps: Change from variable-units snuck into master
[fw/altos] / altosui / AltosConfigUI.java
index b072ede755e2cbf56afaacd453c2fe6157228c72..67decaa4f589e4e07cca3845763ae0392e1424c2 100644 (file)
@@ -981,7 +981,7 @@ public class AltosConfigUI
        }
 
        String get_main_deploy_label() {
        }
 
        String get_main_deploy_label() {
-               return String.format("Main Deploy Altitude(%s):", AltosConvert.height.show_units_name(AltosLib.MISSING));
+               return String.format("Main Deploy Altitude(%s):", AltosConvert.height.show_units());
        }
 
        String[] main_deploy_values() {
        }
 
        String[] main_deploy_values() {
@@ -1245,7 +1245,7 @@ public class AltosConfigUI
        }
 
        String get_tracker_motion_label() {
        }
 
        String get_tracker_motion_label() {
-               return String.format("Logging Trigger Motion (%s):", AltosConvert.height.show_units_name(AltosLib.MISSING));
+               return String.format("Logging Trigger Motion (%s):", AltosConvert.height.show_units());
        }
 
        void set_tracker_tool_tip() {
        }
 
        void set_tracker_tool_tip() {