diff --git a/share/qtcreator/qmldesigner/contentLibraryQmlSource/DeleteBundleItemDialog.qml b/share/qtcreator/qmldesigner/contentLibraryQmlSource/DeleteBundleItemDialog.qml index d8f6551ae59..252ab4becec 100644 --- a/share/qtcreator/qmldesigner/contentLibraryQmlSource/DeleteBundleItemDialog.qml +++ b/share/qtcreator/qmldesigner/contentLibraryQmlSource/DeleteBundleItemDialog.qml @@ -31,7 +31,7 @@ StudioControls.Dialog { Text { id: warningText - text: qsTr("Are you sure you? The action cannot be undone") + text: qsTr("Are you sure? The action cannot be undone.") color: StudioTheme.Values.themeTextColor wrapMode: Text.WordWrap anchors.right: parent.right