diff --git a/Code/Mantid/Framework/Algorithms/src/RRFMuon.cpp b/Code/Mantid/Framework/Algorithms/src/RRFMuon.cpp index 018a7939eae5..db117635df72 100644 --- a/Code/Mantid/Framework/Algorithms/src/RRFMuon.cpp +++ b/Code/Mantid/Framework/Algorithms/src/RRFMuon.cpp @@ -39,7 +39,7 @@ void RRFMuon::init() unitOptions.push_back("Mrad/s"); declareProperty("Frequency units", "MHz", boost::make_shared(unitOptions), - "The energy mode (default: elastic)"); + "The frequency units"); declareProperty(new PropertyWithValue("Phase", 0, Direction::Input), "Phase accounting for any misalignment of the counters");