1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00

Add better help text

This commit is contained in:
Elias Steurer 2022-02-20 17:56:01 +01:00
parent 713ffafc0a
commit 7dfd25143b

View File

@ -85,7 +85,7 @@ Rectangle {
Common.Dialog {
id: dialog
modalSource: root.modalSource
title: qsTr("Are you sure you want to exit ScreenPlay? \nThis will shut down all Wallpaper and Widgets.")
title: qsTr("Are you sure you want to exit ScreenPlay? This will shut down all Wallpaper and Widgets. If you want your Wallpaper to continue playing, press the minimize button.")
standardButtons: Dialog.Ok | Dialog.Cancel
onAccepted: Qt.quit()
}