diff --git a/declarativeimports/plasmacomponents/qml/Dialog.qml b/declarativeimports/plasmacomponents/qml/Dialog.qml index 89dd58651..1a4db5e0c 100644 --- a/declarativeimports/plasmacomponents/qml/Dialog.qml +++ b/declarativeimports/plasmacomponents/qml/Dialog.qml @@ -62,7 +62,7 @@ Properties: - DialogStatus.Open - the dialog is open and visible to the user - DialogStatus.Closing - the dialog is closing - DialogStatus.Closed - the dialog is closed and not visible to the user - - The dialog's initial status is DialogStatus.Closed. + The dialog's initial status is DialogStatus.Closed. list title: A list of items in the dialog's title area. You can use a Text component but also any number of components that are based on Item. For example, you can use Text and Image components.