HBoxPopup: split text into summary and details

This commit is contained in:
miruka
2019-09-09 06:32:29 -04:00
parent 9286f54cd5
commit 6f7695ad22
3 changed files with 17 additions and 7 deletions

View File

@@ -2,8 +2,8 @@ import QtQuick 2.12
import "../Base"
HBoxPopup {
text: qsTr(
"Clear this room's messages?\n" +
summary.text: qsTr("Clear this room's messages?")
details.text: qsTr(
"The messages will only be removed on your side. " +
"They will be available again after you restart the application."
)