From 12666eda124ec5a3a3a702ff78f76640b5e9be81 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 25 Oct 2024 13:44:59 +0200 Subject: [PATCH] Content library: Fix UI text Remove the second you. Change-Id: Ibc03a72c9b60881b12da0efbfdad2b640f711880 Reviewed-by: Mats Honkamaa --- .../contentLibraryQmlSource/DeleteBundleItemDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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