diff --git a/docs/source/release/v4.0.0/sans.rst b/docs/source/release/v4.0.0/sans.rst index bdc9723ececb23fcf71eaaaefd1c1117e1c40157..45527a3076127f399c8028ce7dd1ceb6e320d26a 100644 --- a/docs/source/release/v4.0.0/sans.rst +++ b/docs/source/release/v4.0.0/sans.rst @@ -27,7 +27,7 @@ This release sees the "new" ISIS SANS interface becoming the primary interface, Active development will only be carried out on the new interface and only major bugs will be fixed in the deprecated interface. This change does not affect the functionality of either of the interfaces. -To signify this change, the "ISIS SANS" interface has been renamed "ISIS SANS (Deprecated)" and the "ISIS SANS v2 experimental" interface has been renamed "ISIS SANS". +To signify this change, the "ISIS SANS" interface has been renamed "Old ISIS SANS (Deprecated)" and the "ISIS SANS v2 experimental" interface has been renamed "ISIS SANS". The old interface will be removed in a later release. .. figure:: ../../images/sans_isis_interface_4.0.png diff --git a/qt/scientific_interfaces/ISISSANS/SANSRunWindow.h b/qt/scientific_interfaces/ISISSANS/SANSRunWindow.h index ae49c7e9ac04b8f46e3cb1b8b9a3ef356ad819d1..dc69302b66c0c2a44907224ae3bca41afa91e539 100644 --- a/qt/scientific_interfaces/ISISSANS/SANSRunWindow.h +++ b/qt/scientific_interfaces/ISISSANS/SANSRunWindow.h @@ -51,7 +51,7 @@ class SANSRunWindow : public MantidQt::API::UserSubWindow { public: /// Name of the interface - static std::string name() { return "ISIS SANS (Deprecated)"; } + static std::string name() { return "Old ISIS SANS (Deprecated)"; } // This interface's categories. static QString categoryInfo() { return "SANS"; }