diff --git a/src/Mod/Part/App/PlateSurfacePy.xml b/src/Mod/Part/App/PlateSurfacePy.xml
index 7de2361f4c..97480092ec 100644
--- a/src/Mod/Part/App/PlateSurfacePy.xml
+++ b/src/Mod/Part/App/PlateSurfacePy.xml
@@ -13,7 +13,7 @@
Constructor="true">
-
+ Represents a plate surface in FreeCAD. Plate surfaces can be defined by specifying points or curves as constraints, and they can also be approximated to B-spline surfaces using the makeApprox method. This class is commonly used in CAD modeling for creating surfaces that represent flat or curved plates, such as sheet metal components or structural elements.