From dff7be33f948f280a76c73cea34e37ded6583cd9 Mon Sep 17 00:00:00 2001 From: miruka Date: Fri, 13 Dec 2019 07:03:36 -0400 Subject: [PATCH] AddChat: Simplify EncryptCheckBox subtitle --- src/qml/Pages/AddChat/EncryptCheckBox.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qml/Pages/AddChat/EncryptCheckBox.qml b/src/qml/Pages/AddChat/EncryptCheckBox.qml index ccb07015..ee084cc5 100644 --- a/src/qml/Pages/AddChat/EncryptCheckBox.qml +++ b/src/qml/Pages/AddChat/EncryptCheckBox.qml @@ -4,8 +4,8 @@ import "../../Base" HCheckBox { text: qsTr("Encrypt messages") subtitle.text: - qsTr("Protect the room against eavesdropper. Only you " + - "and those you trust can read the conversation.") + + qsTr("Only you and those you trust will be able to read the " + + "conversation") + `
` + qsTr("Cannot be disabled later!") + ""