From be5e56cf9186135c569e2c3d9ec23ee6ba9fc271 Mon Sep 17 00:00:00 2001 From: Raquel Alvarez Banos Date: Tue, 10 Feb 2015 15:04:47 +0000 Subject: [PATCH] Re #11028 Updating widget description --- Code/Mantid/Framework/Algorithms/src/RRFMuon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");