Improve some texts

This commit is contained in:
miruka
2019-08-16 09:47:44 -04:00
parent 564ad4fa8f
commit c76ebe4fe2
4 changed files with 6 additions and 6 deletions

View File

@@ -20,8 +20,8 @@ HColumnLayout {
HLabel {
wrapMode: Text.Wrap
text: qsTr(
"The decryption keys for the messages you received in " +
"encrypted rooms can be exported to a file.%1" +
"The decryption keys for messages you received in encrypted " +
"rooms can be exported to a passphrase-protected file.%1" +
"You will then be able to import this file in another " +
"Matrix client."
).arg(pageStack.isWide ? "\n" :"\n\n")