mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Merge pull request #768 from ISSOtm/patch-2
Fix incorrect pluralization of "rooms"
This commit is contained in:
commit
702d3cf3a8
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ Rectangle {
|
|||
case Crypto.Verified:
|
||||
return qsTr("This room contains only verified devices.");
|
||||
case Crypto.TOFU:
|
||||
return qsTr("This rooms contain verified devices and devices which have never changed their master key.");
|
||||
return qsTr("This room contains verified devices and devices which have never changed their master key.");
|
||||
default:
|
||||
return qsTr("This room contains unverified devices!");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue