diff --git a/Code/Mantid/Framework/PythonInterface/plugins/algorithms/PoldiCreatePeaksFromFile.py b/Code/Mantid/Framework/PythonInterface/plugins/algorithms/PoldiCreatePeaksFromFile.py
index 947822554abdb1ed690646132a16c4b56e88ab9c..41535766969853ba2fb47f9afb869188577e4529 100644
--- a/Code/Mantid/Framework/PythonInterface/plugins/algorithms/PoldiCreatePeaksFromFile.py
+++ b/Code/Mantid/Framework/PythonInterface/plugins/algorithms/PoldiCreatePeaksFromFile.py
@@ -136,7 +136,7 @@ class PoldiCrystalFileParser(object):
 
 class PoldiCreatePeaksFromFile(PythonAlgorithm):
     def category(self):
-        return "SINQ\\POLDI"
+        return "SINQ\\Poldi"
 
     def name(self):
         return "PoldiLoadCrystalData"