The units are set by default in "NM (Nautical Mile)" which you can change to "MI (Miles)" or "KM (Kilometer)". To do that, you need to go to core/local.config.php and make your changes:
Config::Set('UNITS', 'nm'); # Your units: nm, mi or km
Config::Set('CARGO_UNITS', 'lbs');