altoslib: Switch distance from m/ft to km/miles for large values
[fw/altos] / altoslib / AltosPyro.java
index 28e65bc2f9b52de27de4d0051b1e08d53ec4dc89..3afd03e00c59bd2b4df03fb416c7f60f0d5350c8 100644 (file)
@@ -138,7 +138,7 @@ public class AltosPyro {
                        units = pyro_to_units.get(flag);
                if (units == null)
                        return name;
-               return String.format ("%s (%s)", name, units.show_units());
+               return String.format ("%s (%s)", name, units.parse_units());
        }
 
        public static AltosUnits pyro_to_units(int flag) {