X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/b0fcb409d4bbd8243676f3e520e505fc68343351..c5c666f01999a4f6ba1077b4a4cf8433ae569335:/src/globals.c?ds=inline diff --git a/src/globals.c b/src/globals.c index 2ff38e3e..c3585b7b 100644 --- a/src/globals.c +++ b/src/globals.c @@ -33,7 +33,7 @@ gboolean vik_version = FALSE; static gchar * params_degree_formats[] = {"DDD", "DMM", "DMS", NULL}; static gchar * params_units_distance[] = {"Kilometres", "Miles", NULL}; -static gchar * params_units_speed[] = {"km/h", "mph", "m/s", NULL}; +static gchar * params_units_speed[] = {"km/h", "mph", "m/s", "knots", NULL}; static gchar * params_units_height[] = {"Metres", "Feet", NULL}; static VikLayerParamScale params_scales_lat[] = { {-90.0, 90.0, 0.05, 2} }; static VikLayerParamScale params_scales_long[] = { {-180.0, 180.0, 0.05, 2} };