diff --git a/src/FileIO/FixDerivePower.cpp b/src/FileIO/FixDerivePower.cpp index 33caae78e..ee34762a7 100644 --- a/src/FileIO/FixDerivePower.cpp +++ b/src/FileIO/FixDerivePower.cpp @@ -143,8 +143,10 @@ class FixDerivePowerConfig : public DataProcessorConfig "wind speed shall be indicated in kph\n" "wind direction (origin) unit is degrees " "from -179 to +180 (-90=W, 0=N, 90=E, 180=S)\n" - "Note: if the ride file already contain wind data\n" - " it will be overridden if wind is entered manually"))); + "Note: when the file already contains wind data, " + "it will be overridden if wind speed is set\n\n" + "The activity has to be a Ride with Speed, " + "Altitude and without Power data."))); } void readConfig() { diff --git a/src/FileIO/FixRunningPower.cpp b/src/FileIO/FixRunningPower.cpp index c117784d3..d53bb70cc 100644 --- a/src/FileIO/FixRunningPower.cpp +++ b/src/FileIO/FixRunningPower.cpp @@ -117,8 +117,10 @@ class FixRunningPowerConfig : public DataProcessorConfig "wind speed shall be indicated in kph\n" "wind direction (origin) unit is degrees " "from -179 to +180 (-90=W, 0=N, 90=E, 180=S)\n" - "Note: if the file already contain wind data " - "it will be overridden if wind is entered"))); + "Note: when the file already contains wind data, " + "it will be overridden if wind speed is set\n\n" + "The activity has to be a Run with Speed, " + "Altitude and without Power data."))); } void readConfig() {