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

@@ -62,7 +62,7 @@ HBox {
property url file: ""
id: exportPasswordPopup
label.text: qsTr("Please enter a passphrase to protect this file:")
details.text: qsTr("Please enter a passphrase to protect this file:")
onAcceptedPasswordChanged:
encryptionUI.exportKeys(file, acceptedPassword, exportButton)
}
@@ -79,7 +79,7 @@ HBox {
}
id: importPasswordPopup
label.text: qsTr(
details.text: qsTr(
"Please enter the passphrase that was used to protect this file:"
)
onAcceptedPasswordChanged: