diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleSpecifics.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleSpecifics.qml
index 321ba85320f1ca312804b2cdb7f3744523285748..d58bb6c8d6fb22a98b1308167eb36e08e5d6e3b2 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleSpecifics.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleSpecifics.qml
@@ -34,7 +34,7 @@ QWidget {
                     id: borderWidth;
                     backendValue: backendValues.border_width === undefined ? 0 : backendValues.border_width
 
-                    caption: "Pen Width"
+                    caption: "Border Width"
                     baseStateFlag: isBaseState;
 
                     step: 1;