diff --git a/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/QtReflMainView.h b/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/QtReflMainView.h
index 73b820b6cf7043350d5647ece32aa9c2d86e5818..a9e6fe913655dc56bba3a5411f4a173bb3ea1b65 100644
--- a/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/QtReflMainView.h
+++ b/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/QtReflMainView.h
@@ -43,7 +43,7 @@ namespace MantidQt
       virtual ~QtReflMainView();
 
       /// Name of the interface
-      static std::string name() { return "New ISIS Reflectometry"; }
+      static std::string name() { return "New ISIS Reflectometry (Prototype)"; }
       // This interface's categories.
       static QString categoryInfo() { return "Reflectometry"; }
 
diff --git a/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/ReflMainWidget.ui b/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/ReflMainWidget.ui
index 296ab5f43ee4f737373ec17b4cb60b70eed68167..07216ff0f5fe1dca96e665851c28f6f6963c5dd0 100644
--- a/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/ReflMainWidget.ui
+++ b/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/ReflMainWidget.ui
@@ -14,6 +14,24 @@
    <string>ISIS Reflectometry</string>
   </property>
   <layout class="QVBoxLayout" name="layoutMain">
+   <item>
+    <widget class="QLabel" name="labelPrototype">
+     <property name="font">
+      <font>
+       <pointsize>12</pointsize>
+       <weight>75</weight>
+       <bold>true</bold>
+       <underline>false</underline>
+      </font>
+     </property>
+     <property name="text">
+      <string>PROTOTYPE</string>
+     </property>
+     <property name="alignment">
+      <set>Qt::AlignCenter</set>
+     </property>
+    </widget>
+   </item>
    <item>
     <widget class="QSplitter" name="splitterTables">
      <property name="sizePolicy">