summaryrefslogtreecommitdiff
path: root/EncryptionPopup.qml
diff options
context:
space:
mode:
Diffstat (limited to 'EncryptionPopup.qml')
-rw-r--r--EncryptionPopup.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/EncryptionPopup.qml b/EncryptionPopup.qml
index a8e58af..effaf4e 100644
--- a/EncryptionPopup.qml
+++ b/EncryptionPopup.qml
@@ -22,12 +22,12 @@ Popup
{
ListElement
{
- text: "OMEMO"
+ text: qsTr("Unencrypted")
}
ListElement
{
- text: qsTr("Unencrypted")
+ text: "OMEMO"
}
}
}