telegps: Adapt to distance units switching changes
[fw/altos] / telegps / TeleGPSConfigUI.java
index 0f8a3d25756351c1301098a24fecc7d18e410c4d..075fd8bb3797b054bf4138925281b05998b56f18 100644 (file)
@@ -854,7 +854,7 @@ public class TeleGPSConfigUI
        }
 
        String get_tracker_motion_label() {
-               return String.format("Logging Trigger Motion (%s):", AltosConvert.height.show_units());
+               return String.format("Logging Trigger Motion (%s):", AltosConvert.height.parse_units());
        }
 
        void set_tracker_tool_tip() {