Commit 1628e44b authored by Willian Galvani's avatar Willian Galvani

Remove spaces from Relative Altitude fact name

parent ba95044c
......@@ -16,7 +16,7 @@
"decimalPlaces": 7
},
{
"name": "Relative Altitude",
"name": "RelativeAltitude",
"shortDescription": "Altitude of rally point position (home relative)",
"type": "double",
"decimalPlaces": 2,
......
......@@ -15,7 +15,7 @@
const char* RallyPoint::_longitudeFactName = "Longitude";
const char* RallyPoint::_latitudeFactName = "Latitude";
const char* RallyPoint::_altitudeFactName = "Relative Altitude";
const char* RallyPoint::_altitudeFactName = "RelativeAltitude";
QMap<QString, FactMetaData*> RallyPoint::_metaDataMap;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment