diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnchorRow.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnchorRow.qml index 2800f89539e..2514fde1d30 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnchorRow.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnchorRow.qml @@ -89,7 +89,7 @@ RowLayout { } Label { - text: "Margin" + text: qsTr("Margin") color: __defaultTextColor elide: Text.ElideRight Layout.minimumWidth: Math.min(60, Layout.preferredWidth + 10)