forked from qt-creator/qt-creator
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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user