update message to preserve meaning

This commit is contained in:
Laevos 2024-09-29 22:30:18 -07:00
parent bb230179b4
commit ab64a8eaf5
33 changed files with 33 additions and 33 deletions

View file

@ -41,7 +41,7 @@ Image {
case Crypto.TOFU:
return qsTr("Encrypted by an unverified device, but you have trusted that user so far.");
case Crypto.MessageUnverified:
return qsTr("Key is from an untrusted source likely forwarded from another user or the online key backup. For this reason we can't verify who sent the message.");
return qsTr("Key is from an untrusted source, possibly forwarded from another user or the online key backup. For this reason we can't verify who sent the message.");
default:
return qsTr("Encrypted by an unverified device.");
}