HBoxPopup: split text into summary and details
This commit is contained in:
@@ -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."
|
||||
)
|
||||
|
Reference in New Issue
Block a user