Content library: Fix UI text

Remove the second you.

Change-Id: Ibc03a72c9b60881b12da0efbfdad2b640f711880
Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io>
This commit is contained in:
Leena Miettinen
2024-10-25 13:44:59 +02:00
parent 71a82b32b8
commit 12666eda12

View File

@@ -31,7 +31,7 @@ StudioControls.Dialog {
Text { Text {
id: warningText 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 color: StudioTheme.Values.themeTextColor
wrapMode: Text.WordWrap wrapMode: Text.WordWrap
anchors.right: parent.right anchors.right: parent.right